inetcpl.cpl: Fix typo.

This commit is contained in:
Floris Renaud 2022-07-12 13:42:02 +00:00 committed by Alexandre Julliard
parent d3c57dec71
commit f67f4bbadd

View file

@ -291,7 +291,7 @@ static INT_PTR connections_on_notify(HWND hwnd, WPARAM wparam, LPARAM lparam)
RegCloseKey(hkey); RegCloseKey(hkey);
return FALSE; return FALSE;
} }
TRACE("ProxtServer set to %s\n", wine_dbgstr_w(proxy)); TRACE("ProxyServer set to %s\n", wine_dbgstr_w(proxy));
use_pac_script = IsDlgButtonChecked(hwnd, IDC_USE_PAC_SCRIPT); use_pac_script = IsDlgButtonChecked(hwnd, IDC_USE_PAC_SCRIPT);
pac_script_len = GetDlgItemTextW(hwnd, IDC_EDIT_PAC_SCRIPT, pac_script_len = GetDlgItemTextW(hwnd, IDC_EDIT_PAC_SCRIPT,