mirror of https://github.com/odrling/Aegisub
Add myself to the primary authors in the About dialog
Originally committed to SVN as r6144.
This commit is contained in:
parent
be3e9dae68
commit
236173ed22
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue