use GetCopyrightToDisplay instead of GetCopyright; part of commit 57245

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57840 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi 2009-01-05 15:20:44 +00:00
parent 3b9aa4e82a
commit 5f172ca3c9

View File

@ -57,7 +57,7 @@ void wxAboutBox(const wxAboutDialogInfo& info)
msg << _T("\n\n");
if ( info.HasCopyright() )
msg << info.GetCopyright() << _T('\n');
msg << info.GetCopyrightToDisplay() << _T('\n');
// add everything remaining
msg << info.GetDescriptionAndCredits();