comdlg32: PageSetupDlgA: Read margins from correct edit boxes.

This commit is contained in:
Alexander Nicolaysen Sørnes 2007-12-08 13:53:32 +01:00 committed by Alexandre Julliard
parent edd3f264d9
commit 51086b5513
1 changed files with 2 additions and 2 deletions

View File

@ -2890,10 +2890,10 @@ PRINTDLG_PS_WMCommandA(
GETVAL(id, pda->curdlg.rtMargin.left);
break;
case edt5:
GETVAL(id, pda->curdlg.rtMargin.right);
GETVAL(id, pda->curdlg.rtMargin.top);
break;
case edt6:
GETVAL(id, pda->curdlg.rtMargin.top);
GETVAL(id, pda->curdlg.rtMargin.right);
break;
case edt7:
GETVAL(id, pda->curdlg.rtMargin.bottom);