Update copyright year in about dialog to 2020.
- Fix #783. Signed-off-by: Rafael Kitover <rkitover@gmail.com>
This commit is contained in:
parent
dfa97d8a91
commit
7aa0509e0e
|
@ -2822,7 +2822,7 @@ EVT_HANDLER(wxID_ABOUT, "About...")
|
|||
ai.SetWebSite(wxT("http://www.vba-m.com/"));
|
||||
ai.SetIcon(GetIcons().GetIcon(wxSize(32, 32), wxIconBundle::FALLBACK_NEAREST_LARGER));
|
||||
ai.SetDescription(_("Nintendo GameBoy (+Color+Advance) emulator."));
|
||||
ai.SetCopyright(_("Copyright (C) 1999-2003 Forgotten\nCopyright (C) 2004-2006 VBA development team\nCopyright (C) 2007-2017 VBA-M development team"));
|
||||
ai.SetCopyright(_("Copyright (C) 1999-2003 Forgotten\nCopyright (C) 2004-2006 VBA development team\nCopyright (C) 2007-2020 VBA-M development team"));
|
||||
ai.SetLicense(_("This program is free software: you can redistribute it and/or modify\n"
|
||||
"it under the terms of the GNU General Public License as published by\n"
|
||||
"the Free Software Foundation, either version 2 of the License, or\n"
|
||||
|
|
Loading…
Reference in New Issue