mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[RAPPS] Addendum to previous commit, fix condition
This commit is contained in:
parent
779f31a731
commit
0a271bb106
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue