X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bc0e68ebafe96f9ebbe9a37296c9fae785a5d045..304435501bf40f2311e3df9f350a32a6ea142ddd:/src/html/htmlwin.cpp?ds=sidebyside diff --git a/src/html/htmlwin.cpp b/src/html/htmlwin.cpp index c437f70709..107f9ac704 100644 --- a/src/html/htmlwin.cpp +++ b/src/html/htmlwin.cpp @@ -533,6 +533,7 @@ bool wxHtmlWindow::LoadPage(const wxString& location) { wxLogError(_("Unable to open requested HTML document: %s"), location.c_str()); m_tmpCanDrawLocks--; + SetHTMLStatusText(wxEmptyString); return false; }