diff options
author | George Hazan <george.hazan@gmail.com> | 2015-05-14 14:42:10 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-05-14 14:42:10 +0000 |
commit | 01b66588ca510b49be5a06d2bfb5bd28b4416030 (patch) | |
tree | 7922c03b72e9ceb8c7c86cc326701a674f3cf3b5 /src/resource.rc | |
parent | c13c0b52d24fa6d2c82287aa418f5daaf0fb099b (diff) |
extra icons options -> UI Utils
git-svn-id: http://svn.miranda-ng.org/main/trunk@13587 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/resource.rc')
-rw-r--r-- | src/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resource.rc b/src/resource.rc index ddc553de57..477a5b0e96 100644 --- a/src/resource.rc +++ b/src/resource.rc @@ -689,7 +689,7 @@ EXSTYLE WS_EX_CONTROLPARENT FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
LTEXT "Select the extra icons to be shown in the contact list:",IDC_STATIC,1,9,274,13
- CONTROL "",IDC_EXTRAORDER,"SysTreeView32",TVS_NOTOOLTIPS | TVS_CHECKBOXES | TVS_FULLROWSELECT | WS_BORDER | WS_TABSTOP,1,24,274,160
+ CONTROL "",IDC_EXTRAORDER,"SysTreeView32",TVS_NOTOOLTIPS | TVS_NOHSCROLL | TVS_CHECKBOXES | TVS_FULLROWSELECT | WS_BORDER | WS_TABSTOP,1,24,274,160
LTEXT "*only the first %d icons will be shown",IDC_MAX_ICONS_L,1,190,274,13,NOT WS_VISIBLE
LTEXT "You can group/ungroup icons by selecting them (CTRL+left click) and using the popup menu (right click)",IDC_STATIC,1,208,274,20
END
|