aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llstartup.cpp
diff options
context:
space:
mode:
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);