Applied patch [ 731846 ] GTK Print Options

Print options were omitted from print command


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

View File

@@ -1886,6 +1886,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 );