aboutsummaryrefslogtreecommitdiff
path: root/tools/credits.pl
diff options
context:
space:
mode:
authorMax Horn2005-01-03 22:47:14 +0000
committerMax Horn2005-01-03 22:47:14 +0000
commit4255b146b38a88fec141407922159ffe8a99ff79 (patch)
tree65f6149a3b8bb36a817a720feb2fce07d45ab4a3 /tools/credits.pl
parentc0d25cbae18152997cb9890b9bb6f158d0262f80 (diff)
downloadscummvm-rg350-4255b146b38a88fec141407922159ffe8a99ff79.tar.gz
scummvm-rg350-4255b146b38a88fec141407922159ffe8a99ff79.tar.bz2
scummvm-rg350-4255b146b38a88fec141407922159ffe8a99ff79.zip
Andreas Roever -> spell name properly with an umlaut in the HTML/XML version of the credits
svn-id: r16419
Diffstat (limited to 'tools/credits.pl')
-rwxr-xr-xtools/credits.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/credits.pl b/tools/credits.pl
index 9e719dd318..a8ce8ac195 100755
--- a/tools/credits.pl
+++ b/tools/credits.pl
@@ -65,9 +65,9 @@ sub convert_html_entities {
$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 @@ begin_credits("Credits");
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");