Skip to content
Snippets Groups Projects
Commit 5d7c5ea4 authored by Mnikolenko Productengine's avatar Mnikolenko Productengine
Browse files

MAINT-7059 [contribution] Import of custom spellcheck dictionary fails silently

parent 078f5d3c
No related branches found
No related tags found
No related merge requests found
......@@ -213,6 +213,7 @@ Ansariel Hiller
STORM-2141
MAINT-6953
MAINT-7028
MAINT-7059
Aralara Rajal
Arare Chantilly
CHUIBUG-191
......
......@@ -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())
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment