summaryrefslogtreecommitdiff
path: root/plugins/Msg_Export/src/Glob.h
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2013-01-20 16:15:48 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2013-01-20 16:15:48 +0000
commit4e58aa129c384884d3b9863ac62859e75c1a8b4b (patch)
tree756252bbcf4dea30bee3518d84fd7b6ad12949ee /plugins/Msg_Export/src/Glob.h
parent80bd2d399778a3f6fc39de826264aba41a24b994 (diff)
- Another portion of _T replacement (patch from person)
git-svn-id: http://svn.miranda-ng.org/main/trunk@3191 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Msg_Export/src/Glob.h')
-rwxr-xr-xplugins/Msg_Export/src/Glob.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Msg_Export/src/Glob.h b/plugins/Msg_Export/src/Glob.h
index ec898ac3f1..2fba4e868d 100755
--- a/plugins/Msg_Export/src/Glob.h
+++ b/plugins/Msg_Export/src/Glob.h
@@ -22,7 +22,7 @@
#include <windows.h>
#define MODULE "Msg_Export"
-#define MSG_BOX_TITEL _T("Miranda (Msg_Export.dll)")
+#define MSG_BOX_TITEL TranslateT("Miranda NG (Message Export Plugin)")
extern HINSTANCE hInstance;