diff options
author | Robert Pösel <robyer@seznam.cz> | 2014-06-13 12:53:21 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2014-06-13 12:53:21 +0000 |
commit | 8295b0c22176ee57078ff0d5b5334bb12bca7501 (patch) | |
tree | 1bf951b265bcceb38dfdd74d54d880b76ad3e66b /src/modules/netlib | |
parent | 00e544fc9b776aadbd740ac13eb7dbee0ac6fab0 (diff) |
Few translation fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@9459 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules/netlib')
-rw-r--r-- | src/modules/netlib/netlibopts.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/netlib/netlibopts.cpp b/src/modules/netlib/netlibopts.cpp index 5d54ef3cde..fc2ef658f0 100644 --- a/src/modules/netlib/netlibopts.cpp +++ b/src/modules/netlib/netlibopts.cpp @@ -67,7 +67,7 @@ static const UINT specifyPortsControls[] = { IDC_PORTSRANGE,
IDC_STATIC52};
-static const TCHAR* szProxyTypes[] = {_T("<mixed>"), _T("SOCKS4"), _T("SOCKS5"), _T("HTTP"), _T("HTTPS"), _T("Internet Explorer")};
+static const TCHAR* szProxyTypes[] = {LPGENT("<mixed>"), _T("SOCKS4"), _T("SOCKS5"), _T("HTTP"), _T("HTTPS"), _T("Internet Explorer")};
static const WORD oftenProxyPorts[] = {1080, 1080, 1080, 8080, 8080, 8080};
#define M_REFRESHALL (WM_USER+100)
|