diff options
author | George Hazan <ghazan@miranda.im> | 2020-04-05 13:50:39 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-04-05 13:50:39 +0300 |
commit | ac0147f8c31d95e2537dd7c53af78634a3e9d625 (patch) | |
tree | e1dc75e8a26351436c574f7d15250161b88530bd /plugins/Clist_blind/res | |
parent | 89ed8048de18bd9a173b8e09b7e17d1d20594659 (diff) |
another common clist option moved to the core
Diffstat (limited to 'plugins/Clist_blind/res')
-rw-r--r-- | plugins/Clist_blind/res/resource.rc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/Clist_blind/res/resource.rc b/plugins/Clist_blind/res/resource.rc index 1829012b75..397b74f441 100644 --- a/plugins/Clist_blind/res/resource.rc +++ b/plugins/Clist_blind/res/resource.rc @@ -134,9 +134,6 @@ STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
- GROUPBOX "Items",IDC_STATIC,2,2,310,88
- LTEXT "'Hide offline' means to hide:",IDC_STATIC,191,10,112,8
- CONTROL "Tree1",IDC_HIDEOFFLINEOPTS,"SysTreeView32",TVS_DISABLEDRAGDROP | TVS_NOTOOLTIPS | TVS_NONEVENHEIGHT | WS_BORDER | WS_TABSTOP,191,20,112,63
GROUPBOX "Groups",IDC_STATIC,2,93,310,67
CONTROL "Show counts of number of contacts in a group",IDC_SHOWGROUPCOUNTS,
"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,11,106,292,11
|