aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS3
-rw-r--r--gui/credits.h3
-rwxr-xr-xtools/credits.pl4
3 files changed, 10 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index d9f62b352e..657cdeb89c 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -105,6 +105,9 @@ ScummVM Team
iPhone:
Oystein Eftevaag
+ Maemo:
+ Frantisek Dufka
+
Nintendo DS:
Neil Millstone
diff --git a/gui/credits.h b/gui/credits.h
index 23aef29ff9..576f0826aa 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -109,6 +109,9 @@ static const char *credits[] = {
"\\C\\c1""iPhone",
"\\C\\c0""Oystein Eftevaag",
"\\C\\c0""",
+"\\C\\c1""Maemo",
+"\\C\\c0""Frantisek Dufka",
+"\\C\\c0""",
"\\C\\c1""Nintendo DS",
"\\C\\c0""Neil Millstone",
"\\C\\c0""",
diff --git a/tools/credits.pl b/tools/credits.pl
index 293700faaa..19ee4d7979 100755
--- a/tools/credits.pl
+++ b/tools/credits.pl
@@ -583,6 +583,10 @@ begin_credits("Credits");
add_person("Oystein Eftevaag", "vinterstum", "");
end_section();
+ begin_section("Maemo");
+ add_person("Frantisek Dufka", "fanoush", "");
+ end_section();
+
begin_section("Nintendo DS");
add_person("Neil Millstone", "agent-q", "");
end_section();