diff options
author | George Hazan <ghazan@miranda.im> | 2023-01-11 21:42:40 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2023-01-11 21:42:40 +0300 |
commit | a597d2e4ec1083ae1ccf8c11d4bf634e243b7eca (patch) | |
tree | 41d6f10bf4e2817b4e7549f84750ec39cadaa4a3 /protocols/JabberG/res | |
parent | 80879265e20ec0abd7384c20b670d9385b2e8f6a (diff) |
fixes #3298 (Сортировка стран зависит от ленгпака)
Diffstat (limited to 'protocols/JabberG/res')
-rw-r--r-- | protocols/JabberG/res/jabber.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/JabberG/res/jabber.rc b/protocols/JabberG/res/jabber.rc index 034d758c03..125cf58d12 100644 --- a/protocols/JabberG/res/jabber.rc +++ b/protocols/JabberG/res/jabber.rc @@ -218,7 +218,7 @@ BEGIN LTEXT "ZIP:",IDC_STATIC,5,63,59,8
EDITTEXT IDC_ZIP,67,61,58,12,ES_AUTOHSCROLL
LTEXT "Country:",IDC_STATIC,5,77,59,8
- COMBOBOX IDC_COUNTRY,67,75,91,172,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
+ COMBOBOX IDC_COUNTRY,67,75,91,172,CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
END
IDD_VCARD_PERSONAL DIALOGEX 0, 0, 222, 132
@@ -269,7 +269,7 @@ BEGIN LTEXT "ZIP:",IDC_STATIC,5,103,60,8
EDITTEXT IDC_ZIP,67,101,58,12,ES_AUTOHSCROLL
LTEXT "Country:",IDC_STATIC,5,116,60,8
- COMBOBOX IDC_COUNTRY,67,115,91,172,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
+ COMBOBOX IDC_COUNTRY,67,115,91,172,CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
END
IDD_VCARD_CONTACT DIALOGEX 0, 0, 222, 132
|