Add credit for Julian van Mil.
authorCarl Hetherington <cth@carlh.net>
Fri, 20 Jan 2017 21:07:31 +0000 (21:07 +0000)
committerCarl Hetherington <cth@carlh.net>
Fri, 20 Jan 2017 21:07:31 +0000 (21:07 +0000)
src/wx/about_dialog.cc

index 61431224bb556dd74ac6a40001117516bb441cc5..40b53b29ef5ef2b5842ed2bb2646334f4e80da5f 100644 (file)
@@ -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;