Printers: cups printer should take printrange from print dialog.Patch by Joachim Paepke. issue #21007

git-svn-id: trunk@34565 -
This commit is contained in:
zeljko 2012-01-03 19:01:44 +00:00
parent f8a838fe73
commit 3303fdd87d

View File

@ -79,7 +79,9 @@ begin
// TDlgSelectPrinter will setup directoy cups printer options
// yet, TPrintDialog should return information about user choice
// modifying fields accordingly.
self.PrintRange:=dlg.PrintRange;
// Page range. This migth get really complex because it's free enty
// textbox. To fill FromPage and ToPage we will use some
// simple rules.