X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d13b34d3f2be575d59747a5926000be7b28a45dc..9e9574fe45b176ee74bba8fad7574cf9906145d1:/interface/wx/html/helpdlg.h?ds=sidebyside diff --git a/interface/wx/html/helpdlg.h b/interface/wx/html/helpdlg.h index a6f32a938b..a42dbd0981 100644 --- a/interface/wx/html/helpdlg.h +++ b/interface/wx/html/helpdlg.h @@ -2,7 +2,6 @@ // Name: html/helpdlg.h // Purpose: interface of wxHtmlHelpDialog // Author: wxWidgets team -// RCS-ID: $Id$ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -16,7 +15,7 @@ @library{wxhtml} @category{help,html} */ -class wxHtmlHelpDialog : public wxFrame +class wxHtmlHelpDialog : public wxDialog { public: wxHtmlHelpDialog(wxHtmlHelpData* data = NULL); @@ -26,7 +25,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);