check that the argument is not empty in wxHtmlWindow::LoadPage() to avoid crashing...
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 30 May 2008 19:49:53 +0000 (19:49 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 30 May 2008 19:49:53 +0000 (19:49 +0000)
commit179a30e2f8c28b2f093b658629c5a827fb29e51a
treed98de43e6a36a7ebbe9872d4f9d8590ee79a8857
parent3e50a139b44f096883f0739af5f26761b99161d6
check that the argument is not empty in wxHtmlWindow::LoadPage() to avoid crashing if it is

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53853 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/html/htmlwin.cpp