aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS3
-rwxr-xr-xdevtools/credits.pl3
-rw-r--r--gui/credits.h3
3 files changed, 9 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 78b521e376..37067e5e04 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -468,6 +468,9 @@ Other contributions
Danish:
Steffen Nyeland
+ Dutch:
+ Ben Castricum
+
Finnish:
Toni Saarela
diff --git a/devtools/credits.pl b/devtools/credits.pl
index ce2ed0da74..0960011802 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -1036,6 +1036,9 @@ begin_credits("Credits");
begin_section("Danish");
add_person("Steffen Nyeland", "", "");
end_section();
+ begin_section("Dutch");
+ add_person("Ben Castricum", "", "");
+ end_section();
begin_section("Finnish");
add_person("Toni Saarela", "catnose", "");
end_section();
diff --git a/gui/credits.h b/gui/credits.h
index 4555117a89..e32a0705bf 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -564,6 +564,9 @@ static const char *credits[] = {
"C1""Danish",
"C0""Steffen Nyeland",
"",
+"C1""Dutch",
+"C0""Ben Castricum",
+"",
"C1""Finnish",
"C0""Toni Saarela",
"",