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 /src/core/stdclist/res | |
| parent | 89ed8048de18bd9a173b8e09b7e17d1d20594659 (diff) | |
another common clist option moved to the core
Diffstat (limited to 'src/core/stdclist/res')
| -rw-r--r-- | src/core/stdclist/res/resource.rc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/stdclist/res/resource.rc b/src/core/stdclist/res/resource.rc index e2db018eeb..c040eff77e 100644 --- a/src/core/stdclist/res/resource.rc +++ b/src/core/stdclist/res/resource.rc @@ -130,8 +130,6 @@ BEGIN CONTROL "Make selection highlight translucent",IDC_NOTNOTRANSLUCENTSEL,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,11,83,179,10
CONTROL "Dim idle contacts",IDC_IDLE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,11,96,153,10
- LTEXT "'Hide offline' means to hide:",IDC_STATIC,191,10,112,8
- CONTROL "Tree1",IDC_HIDEOFFLINEOPTS,"SysTreeView32",TVS_DISABLEDRAGDROP | TVS_NOTOOLTIPS | WS_BORDER | WS_HSCROLL | WS_TABSTOP,191,20,112,84
GROUPBOX "Groups",IDC_STATIC,2,112,148,136
CONTROL "Draw a line alongside group names",IDC_LINEWITHGROUPS,
"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,11,129,131,16
|
