]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/aboutdlg.h
Move code removing "-psn_xxx" command line arguments to common code.
[wxWidgets.git] / interface / wx / aboutdlg.h
index 06abdff3249b3f09100161ba0af96ca50abd4891..23ffb172a049415be19174dc078236a671828e84 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        aboutdlg.h
 // Purpose:     interface of wxAboutDialogInfo
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -98,7 +97,7 @@ public:
         @return Name of the program
         @see SetName()
     */
-    const wxString& GetName() const;
+    wxString GetName() const;
 
     /**
         Returns @true if a description string has been specified.