Set the return value of the PD_PAGENUMS flag.

This commit is contained in:
Duane Clark 2002-10-21 18:22:31 +00:00 committed by Alexandre Julliard
parent 4eb4c042cc
commit 6c320a84af
1 changed files with 3 additions and 0 deletions

View File

@ -463,7 +463,10 @@ static BOOL PRINTDLG_UpdatePrintDlgA(HWND hDlg,
}
lppd->nFromPage = nFromPage;
lppd->nToPage = nToPage;
lppd->Flags |= PD_PAGENUMS;
}
else
lppd->Flags &= ~PD_PAGENUMS;
if (IsDlgButtonChecked(hDlg, chx1) == BST_CHECKED) {/* Print to file */
lppd->Flags |= PD_PRINTTOFILE;