]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/helpctrl.h
adding command key accelerator
[wxWidgets.git] / include / wx / html / helpctrl.h
index c8dd51a9c7889172b2ab8a975b07932c72afbdac..826fd20cf44ac48521defc4d74e0561479f4c94f 100644 (file)
@@ -63,8 +63,8 @@ public:
     wxHtmlHelpWindow* GetHelpWindow() { return m_helpWindow; }
     void SetHelpWindow(wxHtmlHelpWindow* helpWindow);
 
-    wxHtmlHelpFrame* GetHelpFrame() { return m_helpFrame; }
-    wxHtmlHelpDialog* GetHelpDialog() { return m_helpDialog; }
+    wxHtmlHelpFrame* GetFrame() { return m_helpFrame; }
+    wxHtmlHelpDialog* GetDialog() { return m_helpDialog; }
 
     void UseConfig(wxConfigBase *config, const wxString& rootpath = wxEmptyString);