rewrote Chris' fix properly

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14485 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2002-03-07 21:45:03 +00:00
parent 18fc9fa3b5
commit 5ecdcaa78f
3 changed files with 15 additions and 27 deletions

View File

@@ -97,7 +97,7 @@ bool wxHtmlHelpController::AddBook(const wxString& book, bool show_wait_msg)
delete busy;
#endif
if (m_helpFrame)
m_helpFrame->RefreshLists() ;
m_helpFrame->RefreshLists();
return retval;
}