summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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;