From fce7a2fc973422c0ba7444617423e91f5b3784b6 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 19 Aug 2019 20:48:53 +0300 Subject: fixes #2033 (Import: wrong behavior of a combo in the main import dialog) --- plugins/Import/res/resource.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Import/res/resource.rc') 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 -- cgit v1.2.3