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:
@@ -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 );
|
||||
|
Reference in New Issue
Block a user