Applied patch [ 731846 ] GTK Print Options

Print options were omitted from print command


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20455 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2003-05-03 15:11:55 +00:00
parent 69e66915e3
commit cb27bab1e6

View 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 );