aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llstartup.cpp
diff options
context:
space:
mode:
authorPatrick Sapinski2010-08-24 21:19:42 -0400
committerMcCabe Maxsted2010-08-30 17:19:35 -0700
commit46ce6b78d479a0da264f933a694cb84b00a6c6c8 (patch)
treec5eb7724973f12f047847f243a18db6971c6d847 /linden/indra/newview/llstartup.cpp
parentupdated chatbar command line and added the necessary settings and hooks to us... (diff)
downloadmeta-impy-46ce6b78d479a0da264f933a694cb84b00a6c6c8.zip
meta-impy-46ce6b78d479a0da264f933a694cb84b00a6c6c8.tar.gz
meta-impy-46ce6b78d479a0da264f933a694cb84b00a6c6c8.tar.bz2
meta-impy-46ce6b78d479a0da264f933a694cb84b00a6c6c8.tar.xz
added autocorrect functionality and floater
Diffstat (limited to 'linden/indra/newview/llstartup.cpp')
-rw-r--r--linden/indra/newview/llstartup.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/newview/llstartup.cpp b/linden/indra/newview/llstartup.cpp
index a514e53..b76c5be 100644
--- a/linden/indra/newview/llstartup.cpp
+++ b/linden/indra/newview/llstartup.cpp
@@ -204,6 +204,8 @@
204 204
205#include "hippoGridManager.h" 205#include "hippoGridManager.h"
206#include "hippoLimits.h" 206#include "hippoLimits.h"
207
208#include "lggautocorrect.h"
207// 209//
208// exported globals 210// exported globals
209// 211//
@@ -403,6 +405,8 @@ bool idle_startup()
403 405
404 glggHunSpell->initSettings(); 406 glggHunSpell->initSettings();
405 407
408 LGGAutoCorrect::getInstance()->loadFromDisk();
409
406// [RLVa:KB] - Version: 1.22.11 | Checked: 2009-07-10 (RLVa-1.0.0g) | Modified: RLVa-0.2.1d 410// [RLVa:KB] - Version: 1.22.11 | Checked: 2009-07-10 (RLVa-1.0.0g) | Modified: RLVa-0.2.1d
407 if ( (gSavedSettings.controlExists(RLV_SETTING_MAIN)) && (gSavedSettings.getBOOL(RLV_SETTING_MAIN)) ) 411 if ( (gSavedSettings.controlExists(RLV_SETTING_MAIN)) && (gSavedSettings.getBOOL(RLV_SETTING_MAIN)) )
408 rlv_handler_t::setEnabled(TRUE); 412 rlv_handler_t::setEnabled(TRUE);