summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-01-20 21:07:31 +0000
committerCarl Hetherington <cth@carlh.net>2017-01-20 21:07:31 +0000
commit82229a2fc3b0b244ce0987aa211737ca5f96085c (patch)
tree9b839be724ca69d868b1b40763389a5a6bf71083 /src
parent9e14cd0b1ff1d30f027fbd1351bd2a94b7e119d9 (diff)
Add credit for Julian van Mil.
Diffstat (limited to 'src')
-rw-r--r--src/wx/about_dialog.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc
index 61431224b..40b53b29e 100644
--- a/src/wx/about_dialog.cc
+++ b/src/wx/about_dialog.cc
@@ -131,6 +131,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
with_help_from.Add (wxT ("David Vignoni"));
with_help_from.Add (wxT ("Dennis Couzin"));
with_help_from.Add (wxT ("Gérald Maruccia"));
+ with_help_from.Add (wxT ("Julian van Mil"));
add_section (_("With help from"), with_help_from);
wxArrayString supported_by;