summaryrefslogtreecommitdiff
path: root/plugins/Dbx_mdb/res/dbx_mdb.rc
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Dbx_mdb/res/dbx_mdb.rc')
-rw-r--r--plugins/Dbx_mdb/res/dbx_mdb.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Dbx_mdb/res/dbx_mdb.rc b/plugins/Dbx_mdb/res/dbx_mdb.rc
index 0dc89c67f3..5b9d0e9858 100644
--- a/plugins/Dbx_mdb/res/dbx_mdb.rc
+++ b/plugins/Dbx_mdb/res/dbx_mdb.rc
@@ -30,7 +30,7 @@ FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
DEFPUSHBUTTON "OK",IDOK,113,55,50,14
PUSHBUTTON "Cancel",IDCANCEL,172,55,50,14
- COMBOBOX IDC_SELECTCRYPT_COMBO,16,14,199,30,CBS_DROPDOWN | CBS_SORT | WS_TABSTOP
+ COMBOBOX IDC_SELECTCRYPT_COMBO,16,14,199,30,CBS_DROPDOWNLIST | CBS_SORT | WS_TABSTOP
LTEXT "",IDC_CRYPTOPROVIDER_DESCR,18,34,197,14,NOT WS_GROUP
END