From a02a0413bd3b34fe9a82f257de1245d374e14517 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Fri, 22 Feb 2013 09:34:08 +0000 Subject: - translation fixes (patch from wishmaster) git-svn-id: http://svn.miranda-ng.org/main/trunk@3683 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/modules/netlib/netliblog.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/modules/netlib/netliblog.cpp') diff --git a/src/modules/netlib/netliblog.cpp b/src/modules/netlib/netliblog.cpp index 085c9e27d5..4b2272932c 100644 --- a/src/modules/netlib/netliblog.cpp +++ b/src/modules/netlib/netliblog.cpp @@ -58,10 +58,10 @@ static HANDLE hLogEvent = NULL; static const TCHAR* szTimeFormats[] = { - _T("No times"), - _T("Standard hh:mm:ss times"), - _T("Times in milliseconds"), - _T("Times in microseconds") + LPGENT("No times"), + LPGENT("Standard hh:mm:ss times"), + LPGENT("Times in milliseconds"), + LPGENT("Times in microseconds") }; static INT_PTR CALLBACK LogOptionsDlgProc(HWND hwndDlg, UINT message, WPARAM wParam, LPARAM lParam) -- cgit v1.2.3