diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-02-22 09:34:08 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-02-22 09:34:08 +0000 |
commit | a02a0413bd3b34fe9a82f257de1245d374e14517 (patch) | |
tree | 1be87fbf1e5aa7f7edbccc796bbc1c66b893acf5 /src/modules/netlib/netliblog.cpp | |
parent | 733e5fc3e4a4839652b7fdf2a1a8e39370dc9cf3 (diff) |
- translation fixes (patch from wishmaster)
git-svn-id: http://svn.miranda-ng.org/main/trunk@3683 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules/netlib/netliblog.cpp')
-rw-r--r-- | src/modules/netlib/netliblog.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
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)
|