Add myself to the primary authors in the About dialog

Originally committed to SVN as r6144.
This commit is contained in:
Thomas Goyne 2011-12-22 21:32:19 +00:00
parent be3e9dae68
commit 236173ed22
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ AboutScreen::AboutScreen(wxWindow *parent)
// Generate about string
wxString aboutString;
aboutString += wxString("Aegisub ") + GetAegisubShortVersionString() + ".\n";
aboutString += "Copyright (c) 2005-2010 Rodrigo Braz Monteiro, Niels Martin Hansen et al.\n\n";
aboutString += "Copyright (c) 2005-2011 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";