]> git.saurik.com Git - wxWidgets.git/commitdiff
clear statusbar 'Connecting...' message on failure
authorVáclav Slavík <vslavik@fastmail.fm>
Thu, 28 Feb 2008 22:50:03 +0000 (22:50 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Thu, 28 Feb 2008 22:50:03 +0000 (22:50 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52185 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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;
         }