diff options
author | George Hazan <ghazan@miranda.im> | 2019-08-19 20:48:53 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-08-19 20:48:53 +0300 |
commit | fce7a2fc973422c0ba7444617423e91f5b3784b6 (patch) | |
tree | b28d43228ebd22e4c86cd686ccc70bcdd17c791b /plugins | |
parent | d0b7de970d9c1fc85a5a9e56cb367d983e433308 (diff) |
fixes #2033 (Import: wrong behavior of a combo in the main import dialog)
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Import/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Import/res/resource.rc b/plugins/Import/res/resource.rc index 844cd11fd7..0b7c301c76 100644 --- a/plugins/Import/res/resource.rc +++ b/plugins/Import/res/resource.rc @@ -51,7 +51,7 @@ STYLE DS_SETFONT | DS_3DLOOK | DS_FIXEDSYS | DS_CONTROL | WS_CHILD FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
LTEXT "Choose import type:", IDC_STATICTEXT3,3,1,213,8
- COMBOBOX IDC_FILETYPE,5,11,210,12,CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
+ COMBOBOX IDC_FILETYPE,5,11,210,12,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
LISTBOX IDC_LIST,5,27,210,52,LBS_SORT | LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
PUSHBUTTON "Choose directory",IDC_DIRECTORY,72,81,70,14
PUSHBUTTON "Choose file",IDC_OTHER,146,81,70,14
|