diff options
Diffstat (limited to 'popup/resource.rc')
-rw-r--r-- | popup/resource.rc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/popup/resource.rc b/popup/resource.rc index 7aaa283..1b0ce29 100644 --- a/popup/resource.rc +++ b/popup/resource.rc @@ -324,8 +324,7 @@ BEGIN RTEXT "Layout:",IDC_LAYOUT_TEXT,7,125,34,12,SS_CENTERIMAGE
COMBOBOX IDC_LAYOUT,46,125,94,64,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
GROUPBOX "Miscellaneous",IDC_STATIC,3,147,143,50
- CONTROL "Process Clist events",IDC_HOOK_CLIST,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,9,158,133,8
- CONTROL "Reorder Popups",IDC_REORDERPOPUPS,"Button",BS_AUTOCHECKBOX | BS_NOTIFY | WS_TABSTOP,9,169,133,8
+ CONTROL "Reorder Popups",IDC_REORDERPOPUPS,"Button",BS_AUTOCHECKBOX | BS_NOTIFY | WS_TABSTOP,9,158,133,8
GROUPBOX "Disable when:",IDC_GRP_MULTIMONITOR2,151,3,146,194
CONTROL "Always (has priority)",IDC_POPUPENABLED,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,159,15,135,8
CONTROL "Fullscreen mode",IDC_DISABLEINFS,"Button",BS_AUTOCHECKBOX | BS_NOTIFY | WS_TABSTOP,159,26,135,8
|