From 26d4e4bdb6a879c841702a3b2daa7efc7a166eb6 Mon Sep 17 00:00:00 2001 From: Tarek Soliman Date: Wed, 28 Sep 2011 15:11:58 -0500 Subject: [PATCH] CREDITS: properly retire fanoush and add myself --- devtools/credits.pl | 3 ++- gui/credits.h | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/devtools/credits.pl b/devtools/credits.pl index 6199252a790..77f63bf774d 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 ca2c10ca528..47336c49008 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",