]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/helpctrl.cpp
sleep while waiting for the spawned process to terminate so that we don't eat 100...
[wxWidgets.git] / src / html / helpctrl.cpp
index ad43374bd6f255454457e1cddb9689cb94360d14..dbbf32c4742c1fa23792f81f34ce71e200a4f86e 100644 (file)
@@ -96,6 +96,8 @@ bool wxHtmlHelpController::AddBook(const wxString& book, bool show_wait_msg)
     if (show_wait_msg)
         delete busy;
 #endif
+    if (m_helpFrame) 
+        m_helpFrame->RefreshLists();
     return retval;
 }