summaryrefslogtreecommitdiff
path: root/plugins/HTTPServer/src/Glob.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/HTTPServer/src/Glob.h')
-rw-r--r--plugins/HTTPServer/src/Glob.h2
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)