diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2013-03-29 17:24:47 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2013-03-29 17:24:47 +0000 |
commit | 340787feede3fa8ab296a160b5d51ead4a518a58 (patch) | |
tree | 978edcd533128b48949028f15f535015e67fbd8b /plugins/HTTPServer/src | |
parent | 3a7f5050eeff90d8751aefd99dcdad0eb1f4062a (diff) |
minor translation fixes (fixes #283, #284)
git-svn-id: http://svn.miranda-ng.org/main/trunk@4241 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/HTTPServer/src')
-rw-r--r-- | plugins/HTTPServer/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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);
|