diff options
author | Patrick Sapinski | 2010-08-24 03:04:20 -0400 |
---|---|---|
committer | McCabe Maxsted | 2010-08-30 17:04:59 -0700 |
commit | ded1245db74ae4c97d174c5779f8572ee2f032fa (patch) | |
tree | f42c33f233ed68e715a0ac4c74ddc043f43a68da /linden/indra/newview/llstartup.cpp | |
parent | Added debug setting UseLegacyChatLogsFolder for saving chat.txt and IM logs i... (diff) | |
download | meta-impy-ded1245db74ae4c97d174c5779f8572ee2f032fa.zip meta-impy-ded1245db74ae4c97d174c5779f8572ee2f032fa.tar.gz meta-impy-ded1245db74ae4c97d174c5779f8572ee2f032fa.tar.bz2 meta-impy-ded1245db74ae4c97d174c5779f8572ee2f032fa.tar.xz |
added spellcheck + translation from Emerald Viewer. references to modularsystems.sl should be changed!
Diffstat (limited to 'linden/indra/newview/llstartup.cpp')
-rw-r--r-- | linden/indra/newview/llstartup.cpp | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/linden/indra/newview/llstartup.cpp b/linden/indra/newview/llstartup.cpp index 301e67c..a514e53 100644 --- a/linden/indra/newview/llstartup.cpp +++ b/linden/indra/newview/llstartup.cpp | |||
@@ -187,6 +187,7 @@ | |||
187 | #include "llagentlanguage.h" | 187 | #include "llagentlanguage.h" |
188 | #include "viewerversion.h" | 188 | #include "viewerversion.h" |
189 | 189 | ||
190 | #include "lgghunspell_wrapper.h" | ||
190 | #include "jcfloater_animation_list.h" | 191 | #include "jcfloater_animation_list.h" |
191 | #include "jcfloaterareasearch.h" | 192 | #include "jcfloaterareasearch.h" |
192 | 193 | ||
@@ -400,7 +401,9 @@ bool idle_startup() | |||
400 | // Initialize stuff that doesn't need data from simulators | 401 | // Initialize stuff that doesn't need data from simulators |
401 | // | 402 | // |
402 | 403 | ||
403 | // [RLVa:KB] - Version: 1.23.4 | Checked: 2009-07-10 (RLVa-1.0.0g) | Modified: RLVa-0.2.1d | 404 | glggHunSpell->initSettings(); |
405 | |||
406 | // [RLVa:KB] - Version: 1.22.11 | Checked: 2009-07-10 (RLVa-1.0.0g) | Modified: RLVa-0.2.1d | ||
404 | if ( (gSavedSettings.controlExists(RLV_SETTING_MAIN)) && (gSavedSettings.getBOOL(RLV_SETTING_MAIN)) ) | 407 | if ( (gSavedSettings.controlExists(RLV_SETTING_MAIN)) && (gSavedSettings.getBOOL(RLV_SETTING_MAIN)) ) |
405 | rlv_handler_t::setEnabled(TRUE); | 408 | rlv_handler_t::setEnabled(TRUE); |
406 | // [/RLVa:KB] | 409 | // [/RLVa:KB] |
@@ -961,6 +964,9 @@ bool idle_startup() | |||
961 | std::string user_windlight_days_path_name(gDirUtilp->getExpandedFilename( LL_PATH_USER_SETTINGS , "windlight/days", "")); | 964 | std::string user_windlight_days_path_name(gDirUtilp->getExpandedFilename( LL_PATH_USER_SETTINGS , "windlight/days", "")); |
962 | LLFile::mkdir(user_windlight_days_path_name.c_str()); | 965 | LLFile::mkdir(user_windlight_days_path_name.c_str()); |
963 | 966 | ||
967 | std::string dictionariesFolder(gDirUtilp->getExpandedFilename(LL_PATH_USER_SETTINGS, "dictionaries","")); | ||
968 | LLFile::mkdir(dictionariesFolder.c_str()); | ||
969 | |||
964 | 970 | ||
965 | if (show_connect_box) | 971 | if (show_connect_box) |
966 | { | 972 | { |