Print options were omitted from print command
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20455
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
wxString command;
command += m_printData.GetPrinterCommand();
command += wxT(" ");
wxString command;
command += m_printData.GetPrinterCommand();
command += wxT(" ");
+ command += m_printData.GetPrinterOptions();
+ command += wxT(" ");
command += m_printData.GetFilename();
wxExecute( command, TRUE );
command += m_printData.GetFilename();
wxExecute( command, TRUE );