projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Applied patch [ 573644 ] wxDisplay for Mac (again)
[wxWidgets.git]
/
src
/
html
/
htmprint.cpp
diff --git
a/src/html/htmprint.cpp
b/src/html/htmprint.cpp
index 5c3f71cbd9cbb118b3f77dd3e3f1e2e9f3e3aad5..fac5d336351d230fc4a42e66939138cccbd3b4da 100644
(file)
--- a/
src/html/htmprint.cpp
+++ b/
src/html/htmprint.cpp
@@
-545,8
+545,7
@@
void wxHtmlEasyPrinting::PageSetup()
{
if (!m_PrintData->Ok())
{
{
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;
}
return;
}