diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-05-03 19:22:19 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-05-03 19:22:19 +0000 |
commit | 8e75f693fe798d04765ac0287b821619dfc0b027 (patch) | |
tree | 3f982b1e0be003b5901cb63b53b35161b82529dd /plugins | |
parent | 71bd734efb7c6592b2b3a468e2b28359671eb031 (diff) |
ooops
git-svn-id: http://svn.miranda-ng.org/main/trunk@13405 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Clist_modern/res/resource.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Clist_modern/res/resource.rc b/plugins/Clist_modern/res/resource.rc index 17f2f887ca..4b76fd4f6d 100644 --- a/plugins/Clist_modern/res/resource.rc +++ b/plugins/Clist_modern/res/resource.rc @@ -560,6 +560,7 @@ IDD_OPT_ITEM_ROW DIALOGEX 0, 0, 232, 218 STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
+BEGIN
LISTBOX IDC_LIST_ORDER,7,26,175,52,LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
LTEXT "Order of items:",IDC_STATIC,7,13,117,10
RTEXT "Minimum row height:",IDC_STATIC,7,90,101,8
|