diff options
author | Eugene Sandulenko | 2008-01-12 17:53:03 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2008-01-12 17:53:03 +0000 |
commit | b45fb2e01d3b7e59fe45536600eabb8907d48c00 (patch) | |
tree | e6eb0ce4c881b2c49eab3d65a21227f8def533f7 | |
parent | 7d635a4b9c0d7bd250779ae2295ae4758106a7e8 (diff) | |
download | scummvm-rg350-b45fb2e01d3b7e59fe45536600eabb8907d48c00.tar.gz scummvm-rg350-b45fb2e01d3b7e59fe45536600eabb8907d48c00.tar.bz2 scummvm-rg350-b45fb2e01d3b7e59fe45536600eabb8907d48c00.zip |
Add fanoush to credits
svn-id: r30448
-rw-r--r-- | AUTHORS | 3 | ||||
-rw-r--r-- | gui/credits.h | 3 | ||||
-rwxr-xr-x | tools/credits.pl | 4 |
3 files changed, 10 insertions, 0 deletions
@@ -105,6 +105,9 @@ ScummVM Team iPhone: Oystein Eftevaag + Maemo: + Frantisek Dufka + Nintendo DS: Neil Millstone diff --git a/gui/credits.h b/gui/credits.h index 23aef29ff9..576f0826aa 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -109,6 +109,9 @@ static const char *credits[] = { "\\C\\c1""iPhone", "\\C\\c0""Oystein Eftevaag", "\\C\\c0""", +"\\C\\c1""Maemo", +"\\C\\c0""Frantisek Dufka", +"\\C\\c0""", "\\C\\c1""Nintendo DS", "\\C\\c0""Neil Millstone", "\\C\\c0""", diff --git a/tools/credits.pl b/tools/credits.pl index 293700faaa..19ee4d7979 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -583,6 +583,10 @@ begin_credits("Credits"); add_person("Oystein Eftevaag", "vinterstum", ""); end_section(); + begin_section("Maemo"); + add_person("Frantisek Dufka", "fanoush", ""); + end_section(); + begin_section("Nintendo DS"); add_person("Neil Millstone", "agent-q", ""); end_section(); |