]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/dcpsg.cpp
Pass events to pushed event handlers.
[wxWidgets.git] / src / generic / dcpsg.cpp
index f53091ad05627d24d98c928733fdd25bdaf19470..4fa2f1d944f0434cb50f656bd8e3bc5d3f3c0f0f 100644 (file)
@@ -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 );