summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-03-24 19:52:00 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-03-24 19:52:00 +0000
commitcbd1af7c1da031b90f25f840ef560873e2b49f08 (patch)
treee40c3f13b5794b1dc4d66aa2893593cc982d8da0 /src
parenta0fc990f3da51fc16f2698e399630f8eb402041f (diff)
order of controls in a dialog to match the z-order
git-svn-id: http://svn.miranda-ng.org/main/trunk@8732 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src')
-rw-r--r--src/resource.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resource.rc b/src/resource.rc
index 67fea969e9..612260c8ad 100644
--- a/src/resource.rc
+++ b/src/resource.rc
@@ -829,6 +829,7 @@ STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
+ COMBOBOX IDC_LANGUAGES,86,4,210,30,CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
GROUPBOX "",IDC_LANGINFOFRAME,5,22,291,118,WS_GROUP
RTEXT "Author(s):",IDC_LANGAUTHORSLABEL,9,32,72,9,SS_NOPREFIX
EDITTEXT IDC_LANGAUTHORS,86,32,206,25,ES_MULTILINE | ES_AUTOVSCROLL | ES_READONLY | NOT WS_BORDER | WS_VSCROLL
@@ -841,7 +842,6 @@ BEGIN
RTEXT "Locale:",IDC_LANGLOCALELABEL,9,99,72,9,SS_NOPREFIX
EDITTEXT IDC_LANGLOCALE,86,99,206,12,ES_READONLY | NOT WS_BORDER
CONTROL "Download more language packs",IDC_MORELANG,"Hyperlink",WS_GROUP | WS_TABSTOP | 0x1,9,144,283,10
- COMBOBOX IDC_LANGUAGES,86,4,210,30,CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
RTEXT "Current language:",IDC_STATIC,5,7,76,8
RTEXT "Plugins included:",IDC_PLUGINSINCLUDEDLABEL,9,112,72,9,SS_NOPREFIX
EDITTEXT IDC_PLUGINSINCLUDED,86,112,205,24,ES_MULTILINE | ES_AUTOVSCROLL | ES_READONLY | NOT WS_BORDER | WS_VSCROLL