demonstrate fuller about dialog in ShowFullAboutDialog() (part of patch 1927817)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53053 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-04-06 15:42:48 +00:00
parent 9c2b4cab93
commit 20fe9c5acc

View File

@@ -1434,7 +1434,7 @@ static void InitAboutInfoWebsite(wxAboutDialogInfo& info)
static void InitAboutInfoAll(wxAboutDialogInfo& info)
{
InitAboutInfoMinimal(info);
InitAboutInfoWebsite(info);
// we can add a second developer
info.AddDeveloper(_T("A.N. Other"));