X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a44f3b5a890fbb2a88ef9adafd94f662e1664889..14946ce13c15b729fb9e1f679e117a702db55861:/interface/wx/html/helpctrl.h?ds=sidebyside diff --git a/interface/wx/html/helpctrl.h b/interface/wx/html/helpctrl.h index 3b0803bf0d..50e51989a0 100644 --- a/interface/wx/html/helpctrl.h +++ b/interface/wx/html/helpctrl.h @@ -240,7 +240,7 @@ protected: @code // The help can be browsed during the lifetime of this object; when the // user quits the help, program execution will continue. - wxHtmlModalHelp help(parent, wxT("help"), wxT("My topic")); + wxHtmlModalHelp help(parent, "help", "My topic"); @endcode @library{wxhtml}