diff options
author | Max Horn | 2005-01-03 22:47:14 +0000 |
---|---|---|
committer | Max Horn | 2005-01-03 22:47:14 +0000 |
commit | 4255b146b38a88fec141407922159ffe8a99ff79 (patch) | |
tree | 65f6149a3b8bb36a817a720feb2fce07d45ab4a3 | |
parent | c0d25cbae18152997cb9890b9bb6f158d0262f80 (diff) | |
download | scummvm-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
-rwxr-xr-x | tools/credits.pl | 6 |
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"); |