Commit 37dba9f2 authored by Frédéric Delanoy's avatar Frédéric Delanoy Committed by Alexandre Julliard

comdlg32: Fix left-right margins inversion in French page setup UI.

parent 384f811f
...@@ -323,13 +323,13 @@ BEGIN ...@@ -323,13 +323,13 @@ BEGIN
AUTORADIOBUTTON "&Portrait", rad1, 16, 170, 52, 12, BS_AUTORADIOBUTTON AUTORADIOBUTTON "&Portrait", rad1, 16, 170, 52, 12, BS_AUTORADIOBUTTON
AUTORADIOBUTTON "Pa&ysage", rad2, 16, 190, 52, 12, BS_AUTORADIOBUTTON AUTORADIOBUTTON "Pa&ysage", rad2, 16, 190, 52, 12, BS_AUTORADIOBUTTON
GROUPBOX "Marges", grp4, 80, 156, 156, 56, BS_GROUPBOX GROUPBOX "Marges", grp4, 80, 156, 156, 56, BS_GROUPBOX
LTEXT "&Droite :", stc15, 88, 172, 25, 8 LTEXT "&Gauche :", stc15, 88, 172, 29, 8
EDITTEXT edt4, 114, 170, 39, 12, WS_TABSTOP|WS_GROUP|WS_BORDER EDITTEXT edt4, 119, 170, 39, 12, WS_TABSTOP|WS_GROUP|WS_BORDER
LTEXT "&Gauche :", stc16, 159, 172, 27, 8 LTEXT "&Droite :", stc16, 163, 172, 27, 8
EDITTEXT edt6, 190, 170, 39, 12, WS_TABSTOP|WS_GROUP|WS_BORDER EDITTEXT edt6, 190, 170, 39, 12, WS_TABSTOP|WS_GROUP|WS_BORDER
LTEXT "&Haut :", stc17, 88, 192, 21, 8 LTEXT "&Haut :", stc17, 88, 192, 21, 8
EDITTEXT edt5, 114, 190, 39, 12, WS_TABSTOP|WS_GROUP|WS_BORDER EDITTEXT edt5, 119, 190, 39, 12, WS_TABSTOP|WS_GROUP|WS_BORDER
LTEXT "&Bas :", stc18, 159, 192, 23, 8 LTEXT "&Bas :", stc18, 163, 192, 23, 8
EDITTEXT edt7, 190, 190, 39, 12, WS_TABSTOP|WS_GROUP|WS_BORDER EDITTEXT edt7, 190, 190, 39, 12, WS_TABSTOP|WS_GROUP|WS_BORDER
DEFPUSHBUTTON "OK", IDOK, 70, 220, 51, 14, BS_PUSHBUTTON DEFPUSHBUTTON "OK", IDOK, 70, 220, 51, 14, BS_PUSHBUTTON
PUSHBUTTON "Annuler", IDCANCEL, 125, 220, 51, 14 PUSHBUTTON "Annuler", IDCANCEL, 125, 220, 51, 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