From 5f172ca3c98dd03a0497a5a0cb063e9e8450893e Mon Sep 17 00:00:00 2001 From: Francesco Montorsi Date: Mon, 5 Jan 2009 15:20:44 +0000 Subject: [PATCH] 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 --- src/msw/aboutdlg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/msw/aboutdlg.cpp b/src/msw/aboutdlg.cpp index ff27b3ad00..5f556453fe 100644 --- a/src/msw/aboutdlg.cpp +++ b/src/msw/aboutdlg.cpp @@ -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(); -- 2.45.2