Printers, fix printdialog to show the number of pages specified, patch by Gabriele Fain, issue #14643

git-svn-id: trunk@26152 -
This commit is contained in:
jesus 2010-06-16 15:00:46 +00:00
parent e7db0d5bcd
commit 4e77876fa2

View File

@ -238,6 +238,7 @@ begin
nToPage := Word(ToPage);
nMinPage := Word(MinPage);
nMaxPage := Word(MaxPage);
DevMode^.dmCopies := nCopies;
if PrintDlg(lpp) then
begin