diff options
-rw-r--r-- | AUTHORS | 3 | ||||
-rwxr-xr-x | devtools/credits.pl | 3 | ||||
-rw-r--r-- | gui/credits.h | 4 |
3 files changed, 7 insertions, 3 deletions
@@ -287,8 +287,9 @@ ScummVM Team GPH Devices (GP2X, GP2XWiz & Caanoo): John Willis - iPhone: + iPhone / iPad: Oystein Eftevaag + Vincent Benony LinuxMoto: Lubomyr Lisen diff --git a/devtools/credits.pl b/devtools/credits.pl index f5d8542ae8..9fa28ed3e4 100755 --- a/devtools/credits.pl +++ b/devtools/credits.pl @@ -826,8 +826,9 @@ begin_credits("Credits"); add_person("John Willis", "DJWillis", ""); end_section(); - begin_section("iPhone"); + begin_section("iPhone / iPad"); add_person("Oystein Eftevaag", "vinterstum", ""); + add_person("Vincent Bénony", "bSr43", ""); end_section(); begin_section("LinuxMoto"); diff --git a/gui/credits.h b/gui/credits.h index 2e66a7065e..ea42a06a94 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -351,8 +351,10 @@ static const char *credits[] = { "C1""GPH Devices (GP2X, GP2XWiz & Caanoo)", "C0""John Willis", "", -"C1""iPhone", +"C1""iPhone / iPad", "C0""Oystein Eftevaag", +"A0""Vincent Benony", +"C0""Vincent B\351nony", "", "C1""LinuxMoto", "C0""Lubomyr Lisen", |