--- AE/Installer/trunk/source/about.cpp 2010/04/25 12:23:40 513 +++ AE/Installer/trunk/source/about.cpp 2010/05/24 02:43:35 542 @@ -110,20 +110,20 @@ void About::CreateControls() wxBoxSizer* itemBoxSizer4 = new wxBoxSizer(wxVERTICAL); itemPanel3->SetSizer(itemBoxSizer4); - string aboutText = "AE/Mod Installer v"; + string aboutText = "AE Installer v"; aboutText = aboutText + INSTALLER_VERSION; aboutText = aboutText + "\nby Gumby and Iritscen\n\n" + - "AE credited to:\n" + - "EdT: BGI troops, additional weapons\n" + - "geyser: Original AE framework\n" + - "Gumby: General AE framework, Windows Installer, add'l Daodan DLL coding\n" + - "Iritscen: Mac port of Installer, add'l Installer coding\n" + - "Loser: Improved combat animation and AI\n" + + "AE Credits:\n" + + "demos_kratos: OniSplit GUI (Windows)\n" + + "EdT: OniSplit GUI (Mac)\n" + + "geyser: Original creator of the Edition\n" + + "Gumby: Installer (Win), AE Framework\n" + + "Iritscen: Installer (Mac)\n" + + "Loser: Documenting Oni's game data\n" + "Neo: OniSplit, documenting Oni, tech support\n" + - "ONIrules: Additional weapons\n" + - "Paradox: Documenting of Oni\n" + + "Paradox: Documenting Oni's game data\n" + "RossyMiles: Daodan DLL port to C\n" + - "SFeLi: Original asm Daodan DLL\n" + + "SFeLi: Original Daodan DLL\n" + "ssg: Documenting Oni's game data"; wxStaticText* itemStaticText5 = new wxStaticText( itemPanel3, wxID_STATIC, _(aboutText.c_str()), wxDefaultPosition, wxDefaultSize, wxNO_BORDER ); itemBoxSizer4->Add(itemStaticText5, 0, wxALIGN_LEFT|wxALL, 5);