From 359cc094fc1c3035c4c716a6d1ff8af28db4d3eb Mon Sep 17 00:00:00 2001 From: Rodrigo Braz Monteiro Date: Wed, 17 May 2006 00:13:46 +0000 Subject: [PATCH] Updates to about dialog Originally committed to SVN as r391. --- core/about.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/about.cpp b/core/about.cpp index d17a24cdc..d865b6356 100644 --- a/core/about.cpp +++ b/core/about.cpp @@ -62,9 +62,10 @@ AboutScreen::AboutScreen(wxWindow *parent) aboutString += _("Copyright (c) 2005-2006 - Rodrigo Braz Monteiro.\n\n"); aboutString += _("Automation module is Copyright (c) 2005-2006 Niels Martin Hansen (aka jfs).\n"); aboutString += _("Motion tracker module is Copyright (c) 2006 Hajo Krabbenhoeft (aka Tentacle).\n"); - aboutString += _("Coding by ArchMageZeratuL, jfs, Myrsloik, Tentacle and nmap.\n"); + aboutString += _("Coding by ArchMageZeratuL, jfs, Myrsloik, equinox, Tentacle and nmap.\n"); aboutString += _("Manual by ArchMage ZeratuL, jfs, movax, Kobi, TheFluff and Jcubed.\n"); aboutString += _("Forum and bug tracker hosting by Bot1.\n"); + aboutString += _("SVN hosting by BerliOS and Mentar.\n"); aboutString += translatorCredit; aboutString += _("\nSee the help file for full credits.\n"); aboutString += wxString::Format(_("Built by %s on %s."), GetAegisubBuildCredit().c_str(), GetAegisubBuildTime().c_str());