diff options
Diffstat (limited to 'plugins/Msg_Export/src/Glob.h')
-rwxr-xr-x | plugins/Msg_Export/src/Glob.h | 2 |
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;
|