diff options
author | George Hazan <ghazan@miranda.im> | 2020-11-30 17:13:35 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-11-30 17:13:35 +0300 |
commit | e567cbd887f33004c3c3adab00b5d8e50e891a33 (patch) | |
tree | 452c0c624a997335ec1a115f49fbb87fc0f41292 /plugins/Clist_modern/res | |
parent | 90b9c5d9c12d75e14f4c4cb7f871e4787f6c89e9 (diff) |
fixes #2630 (Clist blind: Filter search option moved to Options - Contact list - Common)
Diffstat (limited to 'plugins/Clist_modern/res')
-rw-r--r-- | plugins/Clist_modern/res/resource.rc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/Clist_modern/res/resource.rc b/plugins/Clist_modern/res/resource.rc index eead268fb7..c15fa12b88 100644 --- a/plugins/Clist_modern/res/resource.rc +++ b/plugins/Clist_modern/res/resource.rc @@ -454,8 +454,6 @@ BEGIN "Button",BS_AUTOCHECKBOX | WS_TABSTOP,11,38,201,10
CONTROL "Remove status message if contact became offline",IDC_REMOVE_OFFLINE_AWAYMSG,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,11,50,201,10
- CONTROL "Use improved search method in contact list",IDC_FILTER_SEARCH,
- "Button",BS_AUTOCHECKBOX | WS_TABSTOP,11,62,201,10
GROUPBOX "Metacontacts stuff",IDC_FRAME_META,2,81,218,88
CONTROL "Use 'Meta' protocol icons for metacontacts",IDC_META,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,11,95,201,10
|