From 4e77876fa24a562233f71be6da3354087748a35b Mon Sep 17 00:00:00 2001 From: jesus Date: Wed, 16 Jun 2010 15:00:46 +0000 Subject: [PATCH] Printers, fix printdialog to show the number of pages specified, patch by Gabriele Fain, issue #14643 git-svn-id: trunk@26152 - --- components/printers/win32/winprndialogs.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/components/printers/win32/winprndialogs.inc b/components/printers/win32/winprndialogs.inc index b824593bd2..2fc0698d92 100644 --- a/components/printers/win32/winprndialogs.inc +++ b/components/printers/win32/winprndialogs.inc @@ -238,6 +238,7 @@ begin nToPage := Word(ToPage); nMinPage := Word(MinPage); nMaxPage := Word(MaxPage); + DevMode^.dmCopies := nCopies; if PrintDlg(lpp) then begin