Skip to content

Commit d822a53

Browse files
committed
OnlineChecks: disable default options
1 parent 8cb5dac commit d822a53

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plugins/OnlineChecks/OnlineChecks.rc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,10 @@ BEGIN
9797
CONTROL "Enable VirusTotal detection highlighting",IDC_ENABLE_IDC_ENABLE_VIRUSTOTAL_HIGHLIGHT,
9898
"Button",BS_AUTOCHECKBOX | WS_DISABLED | WS_TABSTOP,7,20,141,10
9999
PUSHBUTTON "Close",IDCANCEL,129,82,50,14
100-
CONTROL "Enable detection actions",IDC_CHECK1,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,34,94,10
101-
EDITTEXT IDC_EDIT1,91,47,37,14,ES_AUTOHSCROLL
100+
CONTROL "Enable detection actions",IDC_CHECK1,"Button",BS_AUTOCHECKBOX | WS_DISABLED | WS_TABSTOP,7,34,94,10
101+
EDITTEXT IDC_EDIT1,91,47,37,14,ES_AUTOHSCROLL | WS_DISABLED
102102
LTEXT "Minimum detection ratio:",IDC_STATIC,8,50,79,8
103-
COMBOBOX IDC_COMBO1,91,65,88,14,CBS_DROPDOWN | CBS_SORT | WS_VSCROLL | WS_TABSTOP
103+
COMBOBOX IDC_COMBO1,91,65,88,14,CBS_DROPDOWN | CBS_SORT | WS_DISABLED | WS_VSCROLL | WS_TABSTOP
104104
LTEXT "Minimum detection action:",IDC_STATIC,7,67,84,8
105105
END
106106

0 commit comments

Comments
 (0)