]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/generic/helpext.h
Move code removing "-psn_xxx" command line arguments to common code.
[wxWidgets.git] / interface / wx / generic / helpext.h
index b44be1dd0fd4206621db491a6053d738d8d7fb31..2ad0ebc3771de7f07175b43be2a0712fcd1bc3cd 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        helpext.h
 // Purpose:     interface of wxExtHelpController
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -140,7 +139,7 @@ public:
     /**
         Allows one to override the default settings for the help frame.
     */
-    virtual void SetFrameParameters(const wxString& title,
+    virtual void SetFrameParameters(const wxString& titleFormat,
                                     const wxSize& size,
                                     const wxPoint& pos = wxDefaultPosition,
                                     bool newFrameEachTime = false);