// Name: aboutdlg.h
// Purpose: interface of wxAboutDialogInfo
// Author: wxWidgets team
-// RCS-ID: $Id$
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
@return Name of the program
@see SetName()
*/
- const wxString& GetName() const;
+ wxString GetName() const;
/**
Returns @true if a description string has been specified.