diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-01-20 20:28:16 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-01-20 20:28:16 +0000 |
commit | 56981f0e01790a6d09a1490b9a2127a123f47383 (patch) | |
tree | 474a469e897dff0f7e11f5fab7bc276b2a07dde1 /plugins/HTTPServer/src/Glob.h | |
parent | 7850772c318d3d5c227ab5674faa50e33235bb1c (diff) |
- Another portion of _T replacement (patch from person)
git-svn-id: http://svn.miranda-ng.org/main/trunk@3207 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/HTTPServer/src/Glob.h')
-rw-r--r-- | plugins/HTTPServer/src/Glob.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/HTTPServer/src/Glob.h b/plugins/HTTPServer/src/Glob.h index dbce7e44e2..3eabbbb190 100644 --- a/plugins/HTTPServer/src/Glob.h +++ b/plugins/HTTPServer/src/Glob.h @@ -58,7 +58,7 @@ using namespace std; #define SD_BOTH 0x02
#define MODULE "HTTPServer"
-#define MSG_BOX_TITEL _T("Miranda (HTTPServer.dll)")
+#define MSG_BOX_TITEL TranslateT("Miranda (HTTPServer.dll)")
#define SplitIpAddress( p ) (BYTE)(p>>24),(BYTE)(p>>16),(BYTE)(p>>8),(BYTE)(p)
|