diff options
author | callum_linden <none@none> | 2018-01-03 13:57:07 -0800 |
---|---|---|
committer | callum_linden <none@none> | 2018-01-03 13:57:07 -0800 |
commit | 3fbe1bd0c2ec9d23763175c79b8ae74f25c040a4 (patch) | |
tree | 8f963ace1db62a77f91d22e30a6219fc5aea95be /indra/llui | |
parent | b2bbd91669690c22ded28a5890153bb780b7dc62 (diff) | |
parent | 2af6a857c42bd4d8f20d4fbad1bef5edaa27348f (diff) |
Automated merge with tip of viewer64
Diffstat (limited to 'indra/llui')
-rw-r--r-- | indra/llui/llspellcheck.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/indra/llui/llspellcheck.cpp b/indra/llui/llspellcheck.cpp index 5a52600337..7f64743e99 100644 --- a/indra/llui/llspellcheck.cpp +++ b/indra/llui/llspellcheck.cpp @@ -406,10 +406,7 @@ const std::string LLSpellChecker::getDictionaryAppPath() const std::string LLSpellChecker::getDictionaryUserPath() { std::string dict_path = gDirUtilp->getExpandedFilename(LL_PATH_USER_SETTINGS, DICT_DIR, ""); - if (!gDirUtilp->fileExists(dict_path)) - { - LLFile::mkdir(dict_path); - } + LLFile::mkdir(dict_path); return dict_path; } |