Remove whats probably a cut and paste-o introduced in r3069.

Originally committed to SVN as r3070.
This commit is contained in:
Amar Takhar 2009-06-17 01:02:32 +00:00
parent 531831250a
commit e571fe0500
1 changed files with 2 additions and 2 deletions

View File

@ -119,8 +119,8 @@ AboutScreen::AboutScreen(wxWindow *parent)
aboutString += wxString(_T("Aegisub ")) + GetAegisubShortVersionString() + _T(".\n");
aboutString += _T("Copyright (c) 2005-2009 Rodrigo Braz Monteiro, Niels Martin Hansen et al.\n\n");
aboutString += _T("Programmers:\n");
aboutString += _T(" Alysson Souza e Silva\n"); Amar Takhar
aboutString += _T(" Amar Takhar\n");
aboutString += _T(" Alysson Souza e Silva\n");
aboutString += _T(" Amar Takhar\n");
aboutString += _T(" Dan Donovan\n");
aboutString += _T(" Daniel Moscoviter\n");
aboutString += _T(" David Conrad\n");