summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2017-01-18 12:20:55 +0200
committerMnikolenko Productengine <mnikolenko@productengine.com>2017-01-18 12:20:55 +0200
commit5d7c5ea4d22d1d313a2c531f1f05be94e07a8036 (patch)
tree3db1e30dac94a517996d85e94320391bb9330dbb
parent078f5d3c2aab2d2b4ecb7747b58bb1853c193e3e (diff)
MAINT-7059 [contribution] Import of custom spellcheck dictionary fails silently
-rwxr-xr-xdoc/contributions.txt1
-rw-r--r--indra/llui/llspellcheck.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/doc/contributions.txt b/doc/contributions.txt
index 46286f99c1..0fb6110adb 100755
--- a/doc/contributions.txt
+++ b/doc/contributions.txt
@@ -213,6 +213,7 @@ Ansariel Hiller
STORM-2141
MAINT-6953
MAINT-7028
+ MAINT-7059
Aralara Rajal
Arare Chantilly
CHUIBUG-191
diff --git a/indra/llui/llspellcheck.cpp b/indra/llui/llspellcheck.cpp
index 0db4281059..5a52600337 100644
--- a/indra/llui/llspellcheck.cpp
+++ b/indra/llui/llspellcheck.cpp
@@ -161,6 +161,7 @@ void LLSpellChecker::refreshDictionaryMap()
}
// Load user installed dictionary information
+ user_filename = user_path + DICT_FILE_USER;
llifstream custom_file(user_filename.c_str(), std::ios::binary);
if (custom_file.is_open())
{