summaryrefslogtreecommitdiff
path: root/plugins/SpellChecker/src
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2014-11-15 13:54:46 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2014-11-15 13:54:46 +0000
commiteb032497f0e03d5725101070ce4613d47865ce6b (patch)
tree83b962265840c48faf0d139eaec45667e4da27e3 /plugins/SpellChecker/src
parent3d53855c7efaa987b171575cabf194cc56711bcf (diff)
Translation fixes
- langpacks/english: update; - langpacks/russian: update; git-svn-id: http://svn.miranda-ng.org/main/trunk@10992 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 13be3a9629..5884840395 100644
--- a/plugins/SpellChecker/src/spellchecker.cpp
+++ b/plugins/SpellChecker/src/spellchecker.cpp
@@ -143,7 +143,7 @@ static int ModulesLoaded(WPARAM, LPARAM)
SKINICONDESC sid = { sizeof(sid) };
sid.flags = SIDF_ALL_TCHAR | SIDF_SORTED;
- sid.ptszSection = _T("Spell Checker/Flags");
+ sid.ptszSection = LPGENT("Spell Checker")_T("/")LPGENT("Flags");
// Get language flags
for(int i = 0; i < languages.getCount(); i++) {