aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Crozat2010-11-15 21:01:48 +0000
committerThierry Crozat2010-11-15 21:01:48 +0000
commit2c058a1235cc686a5555de5afd8c895ef2a11df4 (patch)
tree921087e21387f9737cad7b5858495a73786516a6
parentdf73b6d49f6dcb17108b8a0fbb45099c8bb11798 (diff)
downloadscummvm-rg350-2c058a1235cc686a5555de5afd8c895ef2a11df4.tar.gz
scummvm-rg350-2c058a1235cc686a5555de5afd8c895ef2a11df4.tar.bz2
scummvm-rg350-2c058a1235cc686a5555de5afd8c895ef2a11df4.zip
CREDITS: Add Hungarian translator.
svn-id: r54252
-rw-r--r--AUTHORS1
-rw-r--r--gui/credits.h1
-rwxr-xr-xtools/credits.pl1
3 files changed, 3 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 30470de5e7..7a70dc2604 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -357,6 +357,7 @@ Other contributions
Hungarian:
Alex Bevilacqua
+ George Kormendi
Italian:
Matteo Angelino
diff --git a/gui/credits.h b/gui/credits.h
index d54e280a37..10a2e937c8 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -401,6 +401,7 @@ static const char *credits[] = {
"",
"C1""Hungarian",
"C0""Alex Bevilacqua",
+"C0""George Kormendi",
"",
"C1""Italian",
"C0""Matteo Angelino",
diff --git a/tools/credits.pl b/tools/credits.pl
index 75f9678cbc..509df40274 100755
--- a/tools/credits.pl
+++ b/tools/credits.pl
@@ -897,6 +897,7 @@ begin_credits("Credits");
end_section();
begin_section("Hungarian");
add_person("Alex Bevilacqua", "", "");
+ add_person("George Kormendi", "GoodOldGeorg", "");
end_section();
begin_section("Italian");
add_person("Matteo Angelino", "Maff", "");