Commit 8ce06b14 authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

comdlg32: Fixed size of Dutch control.

parent 4e1af57b
......@@ -240,7 +240,7 @@ FONT 8, "MS Shell Dlg"
LTEXT "Bestands&typen:",IDC_FILETYPESTATIC,5,128,48,8, SS_NOTIFY
COMBOBOX IDC_FILETYPE,54,126,155,53,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
CONTROL "Openen met als kenmerk &Alleen-lezen",IDC_OPENREADONLY,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,54,145,100,10
CONTROL "Openen met als kenmerk &Alleen-lezen",IDC_OPENREADONLY,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,54,145,140,10
DEFPUSHBUTTON "&Openen", IDOK,222,110,50,14
PUSHBUTTON "Annuleren", IDCANCEL,222,128,50,14
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment