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:
@@ -1886,6 +1886,8 @@ void wxPostScriptDC::EndDoc ()
|
|||||||
wxString command;
|
wxString command;
|
||||||
command += m_printData.GetPrinterCommand();
|
command += m_printData.GetPrinterCommand();
|
||||||
command += wxT(" ");
|
command += wxT(" ");
|
||||||
|
command += m_printData.GetPrinterOptions();
|
||||||
|
command += wxT(" ");
|
||||||
command += m_printData.GetFilename();
|
command += m_printData.GetFilename();
|
||||||
|
|
||||||
wxExecute( command, TRUE );
|
wxExecute( command, TRUE );
|
||||||
|
Reference in New Issue
Block a user