From 45139bb59609d3edec392aece8014b5764233095 Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Tue, 22 Jan 2013 18:02:30 +0000 Subject: typo git-svn-id: http://svn.miranda-ng.org/main/trunk@3236 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/HTTPServer/src/Glob.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/HTTPServer') diff --git a/plugins/HTTPServer/src/Glob.h b/plugins/HTTPServer/src/Glob.h index a358e54587..e9503f07be 100644 --- a/plugins/HTTPServer/src/Glob.h +++ b/plugins/HTTPServer/src/Glob.h @@ -59,7 +59,7 @@ using namespace std; #define SD_BOTH 0x02 #define MODULE "HTTPServer" -#define MSG_BOX_TITEL TranslateT("Miranda NG HTTP-Server)") +#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