Fix compilation-breaking typo in the previous commit.

s/LoadUrl/LoadURL/

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73853 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2013-04-25 12:54:50 +00:00
parent 4776f0c8c5
commit bd7c46cfc6

View File

@ -80,7 +80,7 @@ void WebTestCase::setUp()
m_browser = wxWebView::New(wxTheApp->GetTopWindow(), wxID_ANY);
m_loaded = new EventCounter(m_browser, wxEVT_WEBVIEW_LOADED);
m_browser->LoadUrl("about:");
m_browser->LoadURL("about:");
ENSURE_LOADED;
}