]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/helpfrm.h
Moved wxGLCanvas to more normal positions
[wxWidgets.git] / include / wx / html / helpfrm.h
index 64447f5b11960cd8c239a63018d7eddd576302fa..437314805bd49a4c5e5b83aaf415db141ae08731 100644 (file)
@@ -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)