Bump copyright year in about dialog to 2012

Originally committed to SVN as r6230.
This commit is contained in:
Thomas Goyne 2012-01-08 01:34:24 +00:00
parent afca7e9732
commit f8b4dd3a61
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ AboutScreen::AboutScreen(wxWindow *parent)
// Generate about string
wxString aboutString;
aboutString += wxString("Aegisub ") + GetAegisubShortVersionString() + ".\n";
aboutString += "Copyright (c) 2005-2011 Rodrigo Braz Monteiro, Niels Martin Hansen, Thomas Goyne et al.\n\n";
aboutString += "Copyright (c) 2005-2012 Rodrigo Braz Monteiro, Niels Martin Hansen, Thomas Goyne et al.\n\n";
aboutString += "Programmers:\n";
aboutString += " Alysson Souza e Silva\n";
aboutString += " Amar Takhar\n";