diff options
author | Johannes Schickel | 2010-07-12 15:53:24 +0000 |
---|---|---|
committer | Johannes Schickel | 2010-07-12 15:53:24 +0000 |
commit | 9522e68f76e707adb397d0dd37b25bdd1f16eff5 (patch) | |
tree | 08d8e8da2afd4013d14f37de28a63e4b17695122 | |
parent | 9644e7fe5f3d152b0f57b18cc5d452094280bdda (diff) | |
download | scummvm-rg350-9522e68f76e707adb397d0dd37b25bdd1f16eff5.tar.gz scummvm-rg350-9522e68f76e707adb397d0dd37b25bdd1f16eff5.tar.bz2 scummvm-rg350-9522e68f76e707adb397d0dd37b25bdd1f16eff5.zip |
Whops. Also now properly add Matteo's nickname to our credits.
svn-id: r50824
-rwxr-xr-x | tools/credits.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/credits.pl b/tools/credits.pl index 0233a33831..02a42c12cc 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -873,7 +873,7 @@ begin_credits("Credits"); add_person("Alex Bevilacqua", "", ""); end_section(); begin_section("Italian"); - add_person("Matteo Angelino", "", ""); + add_person("Matteo Angelino", "Maff", ""); end_section(); begin_section("Russian"); add_person("Eugene Sandulenko", "sev", ""); |