From 340787feede3fa8ab296a160b5d51ead4a518a58 Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Fri, 29 Mar 2013 17:24:47 +0000 Subject: minor translation fixes (fixes #283, #284) git-svn-id: http://svn.miranda-ng.org/main/trunk@4241 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/HTTPServer/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/HTTPServer') diff --git a/plugins/HTTPServer/src/main.cpp b/plugins/HTTPServer/src/main.cpp index 64e17a8b63..bfef61016f 100644 --- a/plugins/HTTPServer/src/main.cpp +++ b/plugins/HTTPServer/src/main.cpp @@ -755,7 +755,7 @@ int MainInit(WPARAM /*wparam*/, LPARAM /*lparam*/) { nlu.cbSize = sizeof(nlu); nlu.flags = NUF_OUTGOING | NUF_INCOMING | NUF_TCHAR; nlu.szSettingsModule = MODULE; - nlu.ptszDescriptiveName = _T("HTTP Server"); + nlu.ptszDescriptiveName = TranslateT("HTTP Server"); hNetlibUser = (HANDLE) CallService(MS_NETLIB_REGISTERUSER, 0, (LPARAM) & nlu); if (!hNetlibUser) { MessageBox(NULL, _T("Failed to register NetLib user"), MSG_BOX_TITEL, MB_OK); -- cgit v1.2.3