forked from mia/Aegisub
Bump copyright year in about dialog to 2012
Originally committed to SVN as r6230.
This commit is contained in:
parent
afca7e9732
commit
f8b4dd3a61
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue