Commit 2cee5c73 authored by Frédéric Delanoy's avatar Frédéric Delanoy Committed by Alexandre Julliard

winecfg: Update French translation.

parent 53a74cdd
......@@ -126,6 +126,16 @@ BEGIN
PUSHBUTTON "Annuler",IDCANCEL,72,74,45,14,WS_GROUP
END
IDD_DRIVECHOOSE DIALOG DISCARDABLE 60, 70, 170, 60
STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
CAPTION "Sélectionnez la lettre du lecteur"
FONT 8, "MS Shell Dlg"
BEGIN
COMBOBOX IDC_DRIVESA2Z,15,10,75,230,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
DEFPUSHBUTTON "OK",IDOK,105,10,45,14,WS_GROUP
PUSHBUTTON "Annuler",IDCANCEL,105,30,45,14,WS_GROUP
END
IDD_DRIVECFG DIALOG DISCARDABLE 0, 0, 260, 266
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