From 236173ed22e56eb0c828402b04c388ebb73b0df8 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Thu, 22 Dec 2011 21:32:19 +0000 Subject: [PATCH] Add myself to the primary authors in the About dialog Originally committed to SVN as r6144. --- aegisub/src/dialog_about.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aegisub/src/dialog_about.cpp b/aegisub/src/dialog_about.cpp index b1332f9db..b39e83ec4 100644 --- a/aegisub/src/dialog_about.cpp +++ b/aegisub/src/dialog_about.cpp @@ -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";