summaryrefslogtreecommitdiff
path: root/plugins/HTTPServer/src/Glob.h
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2013-01-21 19:25:08 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2013-01-21 19:25:08 +0000
commit4969bb22850417cfafe9ef66523dab1906116aeb (patch)
tree2d369044db1e9f0673cc943168dff0943ceb3651 /plugins/HTTPServer/src/Glob.h
parent1fce2593d772e94e469bf02547dda26d4a939425 (diff)
- 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
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 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)