]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/dcpsg.cpp
Pass events to pushed event handlers.
[wxWidgets.git] / src / generic / dcpsg.cpp
index fc713f7ca2cc017029bd39360d540893a95973ec..4fa2f1d944f0434cb50f656bd8e3bc5d3f3c0f0f 100644 (file)
@@ -5,7 +5,7 @@
 // Modified by:
 // Created:     04/01/98
 // RCS-ID:      $Id$
-// Copyright:   (c) Julian Smart and Markus Holzem
+// Copyright:   (c) Julian Smart
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -1881,6 +1881,8 @@ void wxPostScriptDC::EndDoc ()
         wxString command;
         command += m_printData.GetPrinterCommand();
         command += wxT(" ");
+        command += m_printData.GetPrinterOptions();
+        command += wxT(" ");
         command += m_printData.GetFilename();
 
         wxExecute( command, TRUE );