diff options
author | Tarek Soliman | 2011-09-28 15:11:58 -0500 |
---|---|---|
committer | Tarek Soliman | 2011-09-28 15:13:59 -0500 |
commit | 26d4e4bdb6a879c841702a3b2daa7efc7a166eb6 (patch) | |
tree | 22177b5a370756a56e925d7a353b693b757e156e | |
parent | ea1c6cd8dff97242c3e84c662d52b0b58e4591e1 (diff) | |
download | scummvm-rg350-26d4e4bdb6a879c841702a3b2daa7efc7a166eb6.tar.gz scummvm-rg350-26d4e4bdb6a879c841702a3b2daa7efc7a166eb6.tar.bz2 scummvm-rg350-26d4e4bdb6a879c841702a3b2daa7efc7a166eb6.zip |
CREDITS: properly retire fanoush and add myself
-rwxr-xr-x | devtools/credits.pl | 3 | ||||
-rw-r--r-- | gui/credits.h | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/devtools/credits.pl b/devtools/credits.pl index 6199252a79..77f63bf774 100755 --- a/devtools/credits.pl +++ b/devtools/credits.pl @@ -725,7 +725,8 @@ begin_credits("Credits"); end_section(); begin_section("Maemo"); - add_person("Frantisek Dufka", "fanoush", ""); + add_person("Frantisek Dufka", "fanoush", "(retired)"); + add_person("Tarek Soliman", "tsoliman", ""); end_section(); begin_section("Nintendo 64"); diff --git a/gui/credits.h b/gui/credits.h index ca2c10ca52..47336c4900 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -262,6 +262,8 @@ static const char *credits[] = { "", "C1""Maemo", "C0""Frantisek Dufka", +"C2""(retired)", +"C0""Tarek Soliman", "", "C1""Nintendo 64", "C0""Fabio Battaglia", |