X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0646614dadb768dfa17a568bb0193deaf5007e85..794bcc2dea743ac907b839f54e451847c9ea4b72:/include/wx/html/helpfrm.h diff --git a/include/wx/html/helpfrm.h b/include/wx/html/helpfrm.h index 64447f5b11..437314805b 100644 --- a/include/wx/html/helpfrm.h +++ b/include/wx/html/helpfrm.h @@ -104,12 +104,7 @@ class WXDLLEXPORT wxHtmlHelpFrame : public wxFrame wxHtmlHelpData* GetData() { return m_Data; } - void SetTitleFormat(const wxString& format) - { - if (m_HtmlWin) - m_HtmlWin->SetRelatedFrame(this, format); - m_TitleFormat = format; - } + void SetTitleFormat(const wxString& format); // Sets format of title of the frame. Must contain exactly one "%s" // (for title of displayed HTML page)