summaryrefslogtreecommitdiff
path: root/plugins/Utils/mir_memory.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-07-19 08:02:41 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-07-19 08:02:41 +0000
commit08dc125be616458112368e7154b29d5d23f1126e (patch)
tree1c27ef9b8525f45913c19bb6f4c18a31b6593749 /plugins/Utils/mir_memory.h
parenta63798c1b60eeb77352323ad4545630cdc5458f2 (diff)
Unicode in status message plugins
git-svn-id: http://svn.miranda-ng.org/main/trunk@1033 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Utils/mir_memory.h')
-rw-r--r--plugins/Utils/mir_memory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Utils/mir_memory.h b/plugins/Utils/mir_memory.h
index 51b16866ab..678972805c 100644
--- a/plugins/Utils/mir_memory.h
+++ b/plugins/Utils/mir_memory.h
@@ -75,7 +75,7 @@ static int strcmpnullW(WCHAR *str1, WCHAR *str2)
#define CHECK_VERSION(_NAME_) \
- if (!mir_is_unicode()) \
+ if ( !mir_is_unicode()) \
{ \
MessageBox(NULL, _T("Your Miranda is ansi. You have to install ansi ") _T(_NAME_), \
_T(_NAME_), MB_OK | MB_ICONERROR); \