+
+void wxHtmlHelpController::DestroyHelpWindow()
+{
+ //if (m_Config) WriteCustomization(m_Config, m_ConfigRoot);
+ if (m_helpFrame)
+ m_helpFrame->Destroy();
+}
+
+void wxHtmlHelpController::OnCloseFrame(wxCloseEvent& evt)
+{
+ evt.Skip();
+
+ m_helpFrame = NULL;
+}
+
+