summaryrefslogtreecommitdiff
path: root/src/resource.rc
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-05-10 21:42:17 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-05-10 21:42:17 +0000
commitc676c07c3c6bf0867cd3e2e80a89e6b25b2edca9 (patch)
treec8b67d623e9c8cff7b58413a15c407f3753ee244 /src/resource.rc
parent850793657b4cea418fbf0daa175a563b43c273b2 (diff)
- two option pages (Customize/Menus, Contact list/Accounts) -> CDialogBase;
- adaptation of Contact list/Contact names for CDlgBase::NotifyChange; git-svn-id: http://svn.miranda-ng.org/main/trunk@13519 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/resource.rc')
-rw-r--r--src/resource.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resource.rc b/src/resource.rc
index 55f77c2695..ddc553de57 100644
--- a/src/resource.rc
+++ b/src/resource.rc
@@ -511,7 +511,7 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
CTEXT "Show accounts in the following order,\ndrag to choose another order:",IDC_STATIC,78,11,150,25
GROUPBOX "Account order and visibility",IDC_STATIC,0,0,314,241,0,WS_EX_TRANSPARENT
- CONTROL "Tree1",IDC_PROTOCOLORDER,"SysTreeView32",TVS_NOTOOLTIPS | WS_BORDER | WS_HSCROLL | WS_TABSTOP,78,37,151,153
+ CONTROL "Tree1",IDC_PROTOCOLORDER,"SysTreeView32",TVS_NOTOOLTIPS | TVS_NOHSCROLL | WS_BORDER | WS_TABSTOP,78,37,151,153
PUSHBUTTON "Reset",IDC_RESETPROTOCOLDATA,96,193,115,14,BS_NOTIFY
CTEXT "Note: Miranda NG will have to be restarted for changes to take effect.",IDC_PROTOCOLORDERWARNING,13,216,280,16
END