X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/526954c5968baa29218c994ec48e476ae2bd4b9f..d3fa4bc22e84e3ca4d88cc1772f2d414140a1017:/interface/wx/html/helpdlg.h diff --git a/interface/wx/html/helpdlg.h b/interface/wx/html/helpdlg.h index 668048e680..f121301e41 100644 --- a/interface/wx/html/helpdlg.h +++ b/interface/wx/html/helpdlg.h @@ -16,7 +16,7 @@ @library{wxhtml} @category{help,html} */ -class wxHtmlHelpDialog : public wxFrame +class wxHtmlHelpDialog : public wxDialog { public: wxHtmlHelpDialog(wxHtmlHelpData* data = NULL); @@ -26,7 +26,7 @@ public: For the possible values of @a style, please see wxHtmlHelpController. */ - wxHtmlHelpDialog(wxWindow* parent, int wxWindowID, + wxHtmlHelpDialog(wxWindow* parent, wxWindowID id, const wxString& title = wxEmptyString, int style = wxHF_DEFAULT_STYLE, wxHtmlHelpData* data = NULL); @@ -56,7 +56,7 @@ public: /** Sets the help controller associated with the dialog. */ - void SetController(wxHtmlHelpController* contoller); + void SetController(wxHtmlHelpController* controller); /** Sets the dialog's title format.