From: Carl Hetherington Date: Wed, 19 Apr 2017 08:44:49 +0000 (+0100) Subject: Modify supporter name. X-Git-Tag: v2.11.1~130 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;ds=sidebyside;h=06152300e69e8faca44ff8d7f12a6fd354848b9a;p=dcpomatic.git Modify supporter name. --- 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"));