Correct a typo in the wxWebView tests.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69078 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -88,9 +88,9 @@ void WebTestCase::LoadUrl(int times)
|
|||||||
for(int i = 0; i < times; i++)
|
for(int i = 0; i < times; i++)
|
||||||
{
|
{
|
||||||
if(i % 2 == 1)
|
if(i % 2 == 1)
|
||||||
m_browser->LoadUrl("about:blank");
|
m_browser->LoadURL("about:blank");
|
||||||
else
|
else
|
||||||
m_browser->LoadUrl("about:");
|
m_browser->LoadURL("about:");
|
||||||
wxYield();
|
wxYield();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user