summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2014-01-19 19:45:24 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2014-01-19 19:45:24 +0000
commit1f3a176affb5722a8183dafba354c6936f1aa3b6 (patch)
tree7ea876d4855047a69a02616cf7de020fd3ba6db6
parent36c31fd06c547a45a332c720efd37256b6a2321c (diff)
translation fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@7768 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r--plugins/SpellChecker/src/dictionary.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SpellChecker/src/dictionary.cpp b/plugins/SpellChecker/src/dictionary.cpp
index 64daeca022..25639508c9 100644
--- a/plugins/SpellChecker/src/dictionary.cpp
+++ b/plugins/SpellChecker/src/dictionary.cpp
@@ -941,7 +941,7 @@ void GetAvaibleDictionaries(LIST<Dictionary> &dicts, TCHAR *path, TCHAR *user_pa
TCHAR *pos;
if (pos = _tcsrchr(key, _T('\\')))
{
- if (lstrcmpi(&pos[1], otherHunspellApps[i].key) == 0)
+ if (!lstrcmpi(&pos[1], otherHunspellApps[i].key))
{
pos[0] = 0;
lResult = ERROR_SUCCESS;