summaryrefslogtreecommitdiff
path: root/plugins/SpellChecker/src
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2012-08-01 20:08:37 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2012-08-01 20:08:37 +0000
commite3c362ffaf05002b55b37941250906069ef27100 (patch)
tree2894842490c845fc300d9a158fa91100046026c4 /plugins/SpellChecker/src
parentbefbbe3b75cf8001b40fc5fa06d66f1d5b9614da (diff)
SpellChecker: "Flags.dll" name changed to "Flags_icons.dll"
git-svn-id: http://svn.miranda-ng.org/main/trunk@1310 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SpellChecker/src')
-rw-r--r--plugins/SpellChecker/src/spellchecker.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SpellChecker/src/spellchecker.cpp b/plugins/SpellChecker/src/spellchecker.cpp
index afbf7485a5..014214de10 100644
--- a/plugins/SpellChecker/src/spellchecker.cpp
+++ b/plugins/SpellChecker/src/spellchecker.cpp
@@ -230,7 +230,7 @@ int ModulesLoaded(WPARAM wParam, LPARAM lParam)
{
// Load flags dll
TCHAR flag_file[1024];
- mir_sntprintf(flag_file, SIZEOF(flag_file), _T("%s\\flags.dll"), flagsDllFolder);
+ mir_sntprintf(flag_file, SIZEOF(flag_file), _T("%s\\flags_icons.dll"), flagsDllFolder);
HMODULE hFlagsDll = LoadLibraryEx(flag_file, NULL, LOAD_LIBRARY_AS_DATAFILE);
sid.flags = SIDF_ALL_TCHAR | SIDF_SORTED;