From 3b2b99fd464d865083680d7933d19ceaac875352 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 4 Dec 2018 00:29:46 +0000 Subject: [PATCH] Promotion, DoM style. --- src/wx/about_dialog.cc | 1 + 1 file changed, 1 insertion(+) 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); -- 2.30.2