]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/htmlwin.cpp
fix for idle processing stopping without processing all pending events, replaces...
[wxWidgets.git] / src / html / htmlwin.cpp
index c437f707099582fc1ae0cac57d5b1fc32ece36a3..107f9ac70468f26314bfcaf806501cef424bc25e 100644 (file)
@@ -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;
         }