summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2023-11-09 16:15:49 +0300
committerGeorge Hazan <george.hazan@gmail.com>2023-11-09 16:15:49 +0300
commit0527df4340793eda696b0cd7594e22b6be9a989e (patch)
tree6499539e1f716062c88ac236daf923f8d318f932
parent95e67f18888739bcd8a54595cc91831ebb50c9ed (diff)
compilation fix
-rw-r--r--src/mir_app/src/netlib_opts.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mir_app/src/netlib_opts.cpp b/src/mir_app/src/netlib_opts.cpp
index f3684be6d7..7817b9b611 100644
--- a/src/mir_app/src/netlib_opts.cpp
+++ b/src/mir_app/src/netlib_opts.cpp
@@ -67,7 +67,7 @@ static const UINT specifyPortsControls[] = {
IDC_PORTSRANGE,
IDC_STATIC52};
-static const wchar_t* szProxyTypes[] = {LPGENW("<mixed>"), L"SOCKS4", L"SOCKS5", L"HTTP", L"HTTPS", LPGEN("System settings")};
+static const wchar_t* szProxyTypes[] = {LPGENW("<mixed>"), L"SOCKS4", L"SOCKS5", L"HTTP", L"HTTPS", LPGENW("System settings")};
static const uint16_t oftenProxyPorts[] = {1080, 1080, 1080, 8080, 8080, 8080};
#define M_REFRESHALL (WM_USER+100)