]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/htmprint.cpp
New code for Update() under GTK 2.0. Added
[wxWidgets.git] / src / html / htmprint.cpp
index 5c3f71cbd9cbb118b3f77dd3e3f1e2e9f3e3aad5..fac5d336351d230fc4a42e66939138cccbd3b4da 100644 (file)
@@ -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;
     }