From 4969bb22850417cfafe9ef66523dab1906116aeb Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Mon, 21 Jan 2013 19:25:08 +0000 Subject: - HTTPServer: stdafx.cpp added for constant hashes - Another portion of _T replacement (patch from person) git-svn-id: http://svn.miranda-ng.org/main/trunk@3219 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/HTTPServer/src/Glob.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/HTTPServer/src/Glob.h') diff --git a/plugins/HTTPServer/src/Glob.h b/plugins/HTTPServer/src/Glob.h index 3eabbbb190..7a2001b0a3 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 TranslateT("Miranda (HTTPServer.dll)") +#define MSG_BOX_TITEL TranslateT("Miranda NG HTTP-Server)") #define SplitIpAddress( p ) (BYTE)(p>>24),(BYTE)(p>>16),(BYTE)(p>>8),(BYTE)(p) -- cgit v1.2.3