diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-12-04 00:29:46 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-12-04 00:29:46 +0000 |
| commit | 3b2b99fd464d865083680d7933d19ceaac875352 (patch) | |
| tree | 3bfa6f7152b183c7c204e73286dc4d2e43ea5b63 /src | |
| parent | 1a719b15445a6244ce47c69157b64f1fd3377635 (diff) | |
Promotion, DoM style.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/about_dialog.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc index 1a4513a74..b9233ef1f 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -133,6 +133,7 @@ AboutDialog::AboutDialog (wxWindow* parent) wxArrayString with_help_from; with_help_from.Add (wxT ("David Vignoni")); with_help_from.Add (wxT ("Dennis Couzin")); + with_help_from.Add (wxT ("Carsten Kurz")); with_help_from.Add (wxT ("Gérald Maruccia")); with_help_from.Add (wxT ("Julian van Mil")); add_section (_("With help from"), with_help_from); |
