summaryrefslogtreecommitdiff
path: root/src/mir_app/res
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2020-11-30 17:13:35 +0300
committerGeorge Hazan <ghazan@miranda.im>2020-11-30 17:13:35 +0300
commite567cbd887f33004c3c3adab00b5d8e50e891a33 (patch)
tree452c0c624a997335ec1a115f49fbb87fc0f41292 /src/mir_app/res
parent90b9c5d9c12d75e14f4c4cb7f871e4787f6c89e9 (diff)
fixes #2630 (Clist blind: Filter search option moved to Options - Contact list - Common)
Diffstat (limited to 'src/mir_app/res')
-rw-r--r--src/mir_app/res/resource.rc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mir_app/res/resource.rc b/src/mir_app/res/resource.rc
index 4cb7074fd7..fcf22c2dd8 100644
--- a/src/mir_app/res/resource.rc
+++ b/src/mir_app/res/resource.rc
@@ -789,6 +789,7 @@ BEGIN
CONTROL "Remove temporary contacts on exit",IDC_REMOVETEMP,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,65,166,10
CONTROL "Disable icon blinking",IDC_DISABLEICONBLINK,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,77,166,10
+ CONTROL "Search works as filter",IDC_FILTER_SEARCH,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,89,166,10
CTEXT "'Hide offline' means to hide:",IDC_STATIC,183,14,105,8
CONTROL "",IDC_HIDEOFFLINEOPTS,"SysTreeView32",TVS_DISABLEDRAGDROP | TVS_NOTOOLTIPS | TVS_NONEVENHEIGHT | WS_BORDER | WS_HSCROLL | WS_TABSTOP,183,24,105,104
END