git repos / blockattack-game

commit 5dfe56da

sago007 · 2018-05-13 14:58
5dfe56da046e459d7a21d8857c365c0b6608d04a patch · browse files
parent 6704a929af0090574a7805395c3736c2a6e58693

Sorted contributers and added some missing ones.

Changed files

M source/code/HelpAboutState.cpp before
diff --git a/source/code/HelpAboutState.cpp b/source/code/HelpAboutState.cpp index d6fdef2..46acdcb 100644 --- a/source/code/HelpAboutState.cpp +++ b/source/code/HelpAboutState.cpp
@@ -65,8 +65,8 @@ HelpAboutState::HelpAboutState() {
infoStream << _("Homepage:") << " " << "https://blockattack.net\n";
infoStream << _("Github page:") << " " << "https://github.com/blockattack/blockattack-game\n";
infoStream << _("Author:") << " " << "Poul Sander (sago007)\n";
- infoStream << _("Contributers:") << " " << "Gonéri Le Bouder, Jordà Polo, Iwan Gabovitch (qubodup)\n";
- infoStream << _("Other credits:") << " " << "Kenney Vleugels, OpenArena, nicefrog, Blender Foundation, Dietrich Radel, Dustin Norlander, Free Software Foundation\n";
+ infoStream << _("Contributers:") << " " << "Gonéri Le Bouder, Jordà Polo, mstraube, Paul Wise, Iwan Gabovitch (qubodup), scootergrisen\n";
+ infoStream << _("Other credits:") << " " << "Blender Foundation, Dietrich Radel, Dustin Norlander, Free Software Foundation, Kenney Vleugels, nicefrog, OpenArena\n";
infoStream << _("SDL render:") << " " << renderInfo.name << "\n";
infoStream << _("Save folder:") << " " << PHYSFS_getWriteDir() << "\n";
infoStream << _("Locale:") << " " << setlocale( LC_CTYPE, nullptr ) << "\n";