[Scummvm-cvs-logs] CVS: scummvm/tools credits.pl,1.5,1.6

Max Horn fingolfin at users.sourceforge.net
Mon Jan 3 14:48:04 CET 2005


Update of /cvsroot/scummvm/scummvm/tools
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14524/tools

Modified Files:
	credits.pl 
Log Message:
Andreas Roever -> spell name properly with an umlaut in the HTML/XML version of the credits

Index: credits.pl
===================================================================
RCS file: /cvsroot/scummvm/scummvm/tools/credits.pl,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- credits.pl	26 Dec 2004 00:20:22 -0000	1.5
+++ credits.pl	3 Jan 2005 22:47:14 -0000	1.6
@@ -65,9 +65,9 @@
 	$text =~ s/é/e/g;
 	$text =~ s/ø/o/g;
 
-	# HACK: Torbj*o*rn but G*oe*ffringmann
+	# HACK: Torbj*o*rn but G*oe*ffringmann and R*oe*ver
 	$text =~ s/ör/or/g;
-	$text =~ s/öf/oef/g;
+	$text =~ s/ö/oe/g;
 
 	$text =~ s/&/&/g;
 	
@@ -265,7 +265,7 @@
 	add_person("Nicolas Noble", "pixels", "Config file and ALSA support");
 	add_person("Willem Jan Palenstijn", "wjp", "Packaging for Fedora/RedHat");
 	add_person("", "Quietust", "Sound support for Amiga SCUMM V2/V3 games");
-	add_person("Andreas Roever", "", "Broken Sword 1/2 MPEG2 cutscene support");
+	add_person("Andreas Röver", "", "Broken Sword 1/2 MPEG2 cutscene support");
 	add_person("Edward Rudd", "", "Fixes for playing MP3 versions of MI1/Loom audio");
 	add_person("Daniel Schepler", "", "Final MI1 CD music support, initial Ogg Vorbis support");
 	add_person("André Souza", "", "SDL-based OpenGL renderer");





More information about the Scummvm-git-logs mailing list