diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-03-29 02:08:54 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-03-29 02:08:54 +0200 |
| commit | 30e31a071ec0b6be1d05e50be4f4ae33d8e43a5d (patch) | |
| tree | 77050e3453891dd2090a8e4bcd8b7728287afc02 /src | |
| parent | f99a3b6b778428033308db0210fe6466fc40ff16 (diff) | |
Brecht Sanders wrote libquickmail which we no longer use.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/about_dialog.cc | 3 |
1 files changed, 1 insertions, 2 deletions
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); |
