diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-04-19 09:44:49 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-04-19 09:44:49 +0100 |
| commit | 06152300e69e8faca44ff8d7f12a6fd354848b9a (patch) | |
| tree | 09bcc5bd6583eaba31141d237dda7c4747b8aed7 /src | |
| parent | ded2b2a3fb51d55e1b7664e6ac62901163b36bba (diff) | |
Modify supporter name.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/about_dialog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc index a9d0072d2..f710e15f9 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -173,6 +173,7 @@ AboutDialog::AboutDialog (wxWindow* parent) supported_by.Add (wxT ("Evan Freeze")); supported_by.Add (wxT ("Brett Friedman")); supported_by.Add (wxT ("Stephen Furley")); + supported_by.Add (wxT ("Gartenbaukino")); supported_by.Add (wxT ("Silvio Giuliano")); supported_by.Add (wxT ("Alan Gouger")); supported_by.Add (wxT ("Christopher Gray")); @@ -261,7 +262,6 @@ AboutDialog::AboutDialog (wxWindow* parent) supported_by.Add (wxT ("David Rozenthal")); supported_by.Add (wxT ("Lasse Salling")); supported_by.Add (wxT ("Jussi Siponen")); - supported_by.Add (wxT ("Norman DW Shetler")); supported_by.Add (wxT ("Gregg Smith")); supported_by.Add (wxT ("Marco Spiaggi")); supported_by.Add (wxT ("Peter Sprenger")); |
