mirror of
https://github.com/reactos/reactos.git
synced 2026-06-06 21:51:53 +08:00
[RAPPS] Addendum to previous commit, fix condition
This commit is contained in:
@@ -69,7 +69,7 @@ namespace
|
||||
|
||||
CheckRadioButton(hDlg, IDC_PROXY_DEFAULT, IDC_USE_PROXY, IDC_PROXY_DEFAULT + Info->Proxy);
|
||||
|
||||
if (Info->Proxy == 0)
|
||||
if (Info->Proxy == 2)
|
||||
{
|
||||
EnableWindow(GetDlgItem(hDlg, IDC_PROXY_SERVER), TRUE);
|
||||
EnableWindow(GetDlgItem(hDlg, IDC_NO_PROXY_FOR), TRUE);
|
||||
|
||||
Reference in New Issue
Block a user