diff options
Diffstat (limited to 'plugins/Popup/src/config.h')
-rw-r--r-- | plugins/Popup/src/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Popup/src/config.h b/plugins/Popup/src/config.h index 60af91a679..34bc824053 100644 --- a/plugins/Popup/src/config.h +++ b/plugins/Popup/src/config.h @@ -193,7 +193,7 @@ typedef struct TestStruct{ } TESTSIZE;
// Generic Message Box for Errors
-#define MSGERROR(text) MessageBox(NULL, text, _T(MODULNAME_LONG), MB_OK | MB_ICONERROR)
-#define MSGINFO (text) MessageBox(NULL, text, _T(MODULNAME_LONG), MB_OK | MB_ICONINFORMATION)
+#define MSGERROR(text) MessageBox(NULL, text, MODULNAME_LONG, MB_OK | MB_ICONERROR)
+#define MSGINFO (text) MessageBox(NULL, text, MODULNAME_LONG, MB_OK | MB_ICONINFORMATION)
#endif // __config_h__
|