X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/58cf0491e3938c3f112c488a5ef5bd1aca507378..7a944d2fd2324ca7886d36fd3f4d7a174afdff3a:/src/html/htmprint.cpp diff --git a/src/html/htmprint.cpp b/src/html/htmprint.cpp index 5c3f71cbd9..fac5d33635 100644 --- a/src/html/htmprint.cpp +++ b/src/html/htmprint.cpp @@ -545,8 +545,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; }