From: Carl Hetherington Date: Mon, 29 Mar 2021 00:08:54 +0000 (+0200) Subject: Brecht Sanders wrote libquickmail which we no longer use. X-Git-Tag: v2.15.137~4 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=30e31a071ec0b6be1d05e50be4f4ae33d8e43a5d;p=dcpomatic.git Brecht Sanders wrote libquickmail which we no longer use. --- diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc index 08bf81d2a..348ad67b6 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -84,7 +84,7 @@ AboutDialog::AboutDialog (wxWindow* parent) t = new StaticText ( this, - _("(C) 2012-2021 Carl Hetherington, Terrence Meiczinger\n Ole Laursen, Brecht Sanders"), + _("(C) 2012-2021 Carl Hetherington, Terrence Meiczinger\n Ole Laursen"), wxDefaultPosition, wxDefaultSize, wxALIGN_CENTER ); @@ -97,7 +97,6 @@ AboutDialog::AboutDialog (wxWindow* parent) written_by.Add (wxT ("Terrence Meiczinger")); written_by.Add (wxT ("Mart Jansink")); written_by.Add (wxT ("Ole Laursen")); - written_by.Add (wxT ("Brecht Sanders")); written_by.Add (wxT ("Jianguo Huang")); add_section (_("Written by"), written_by);