Commit 53a74cdd authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

winecfg: Update German translation.

parent 6ec190e5
......@@ -124,6 +124,16 @@ BEGIN
PUSHBUTTON "Abbrechen",IDCANCEL,57,74,45,14,WS_GROUP
END
IDD_DRIVECHOOSE DIALOG DISCARDABLE 60, 70, 185, 60
STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
CAPTION "Laufwerksbuchstaben wählen"
FONT 8, "MS Shell Dlg"
BEGIN
COMBOBOX IDC_DRIVESA2Z,15,10,75,230,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
DEFPUSHBUTTON "OK",IDOK,115,10,45,14,WS_GROUP
PUSHBUTTON "Abbrechen",IDCANCEL,115,30,45,14,WS_GROUP
END
IDD_DRIVECFG DIALOG DISCARDABLE 0, 0, 260, 250
STYLE WS_CHILD | WS_DISABLED
FONT 8, "MS Shell Dlg"
......
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