diff options
-rw-r--r-- | AUTHORS | 2 | ||||
-rwxr-xr-x | devtools/credits.pl | 2 | ||||
-rw-r--r-- | gui/credits.h | 1 |
3 files changed, 3 insertions, 2 deletions
@@ -415,7 +415,7 @@ ScummVM Team PocketPC / WinCE: Nicolas Bacca - (retired) - Ismail Khatib + Ismail Khatib - (retired) Kostas Nakos - (retired) PlayStation 2: diff --git a/devtools/credits.pl b/devtools/credits.pl index 3a296fc65c..8f97b127f7 100755 --- a/devtools/credits.pl +++ b/devtools/credits.pl @@ -1100,7 +1100,7 @@ begin_credits("Credits"); begin_section("PocketPC / WinCE"); add_person("Nicolas Bacca", "arisme", "(retired)"); - add_person("Ismail Khatib", "CeRiAl", ""); + add_person("Ismail Khatib", "CeRiAl", "(retired)"); add_person("Kostas Nakos", "Jubanka", "(retired)"); end_section(); diff --git a/gui/credits.h b/gui/credits.h index 0bd9848574..c8cae04a8f 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -504,6 +504,7 @@ static const char *credits[] = { "C0""Nicolas Bacca", "C2""(retired)", "C0""Ismail Khatib", +"C2""(retired)", "C0""Kostas Nakos", "C2""(retired)", "", |