From f1edd54c39210a6a421403bd0f9d2c9de43b5a8b Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Thu, 28 Feb 2008 22:50:03 +0000 Subject: [PATCH] clear statusbar 'Connecting...' message on failure git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52185 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/html/htmlwin.cpp | 1 + 1 file changed, 1 insertion(+) 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; } -- 2.50.0