From 1f3a176affb5722a8183dafba354c6936f1aa3b6 Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Sun, 19 Jan 2014 19:45:24 +0000 Subject: translation fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@7768 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/SpellChecker/src/dictionary.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/SpellChecker/src/dictionary.cpp') 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 &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; -- cgit v1.2.3