X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4af5cca4a3838e4c89a5badd63f8d309fe1ed91f..b2ddee86fe73c5ae8edc59871fea9f40e84cbc2d:/src/html/htmprint.cpp?ds=sidebyside diff --git a/src/html/htmprint.cpp b/src/html/htmprint.cpp index 8cd032ff03..117e2261c4 100644 --- a/src/html/htmprint.cpp +++ b/src/html/htmprint.cpp @@ -26,7 +26,6 @@ #include "wx/log.h" #include "wx/intl.h" #include "wx/dc.h" - #include "wx/msgdlg.h" #endif #if wxUSE_HTML && wxUSE_PRINTING_ARCHITECTURE && wxUSE_STREAMS @@ -426,9 +425,6 @@ wxHtmlEasyPrinting::wxHtmlEasyPrinting(const wxString& name, wxFrame *parent_fra m_Frame = parent_frame; m_Name = name; m_PrintData = new wxPrintData; -#if (defined __WXGTK__) || (defined __WXMOTIF__) - (*m_PrintData) = (*wxThePrintSetupData); -#endif m_PageSetupData = new wxPageSetupDialogData; m_Headers[0] = m_Headers[1] = m_Footers[0] = m_Footers[1] = wxEmptyString; @@ -546,8 +542,7 @@ void wxHtmlEasyPrinting::PageSetup() { if (!m_PrintData->Ok()) { - wxMessageBox(_("Sorry, there was a problem: you may need to set a default printer."), - _("Page Setup Problem"), wxICON_INFORMATION|wxOK, m_Frame); + wxLogError(_("There was a problem during page setup: you may need to set a default printer.")); return; }