[Scummvm-cvs-logs] scummvm master -> 26d4e4bdb6a879c841702a3b2daa7efc7a166eb6

tsoliman tarek at bashasoliman.com
Wed Sep 28 22:22:11 CEST 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
26d4e4bdb6 CREDITS: properly retire fanoush and add myself


Commit: 26d4e4bdb6a879c841702a3b2daa7efc7a166eb6
    https://github.com/scummvm/scummvm/commit/26d4e4bdb6a879c841702a3b2daa7efc7a166eb6
Author: Tarek Soliman (tarek at bashasoliman.com)
Date: 2011-09-28T13:13:59-07:00

Commit Message:
CREDITS: properly retire fanoush and add myself

Changed paths:
    devtools/credits.pl
    gui/credits.h



diff --git a/devtools/credits.pl b/devtools/credits.pl
index 6199252..77f63bf 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 ca2c10c..47336c4 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",






More information about the Scummvm-git-logs mailing list