X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bc0e68ebafe96f9ebbe9a37296c9fae785a5d045..81a2edf9a995cc58916f4ec02aa140c4acd1b424:/src/html/htmlwin.cpp 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; }