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/Ping/src/ping.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Ping/src/ping.cpp') diff --git a/plugins/Ping/src/ping.cpp b/plugins/Ping/src/ping.cpp index 347f1930c8..7a2ba0a188 100644 --- a/plugins/Ping/src/ping.cpp +++ b/plugins/Ping/src/ping.cpp @@ -86,7 +86,7 @@ int OnModulesLoaded(WPARAM wParam, LPARAM lParam) { //nl_user.flags = NUF_OUTGOING | NUF_HTTPGATEWAY | NUF_NOOPTIONS; //nl_user.flags = NUF_OUTGOING | NUF_NOOPTIONS; nl_user.flags = NUF_OUTGOING | NUF_HTTPCONNS | NUF_TCHAR; - nl_user.ptszDescriptiveName = LPGENT("Ping Plugin"); + nl_user.ptszDescriptiveName = TranslateT("Ping Plugin"); nl_user.szHttpGatewayHello = 0; nl_user.szHttpGatewayUserAgent = 0; nl_user.pfnHttpGatewayInit = 0; -- cgit v1.2.3