summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-03-29 02:08:54 +0200
committerCarl Hetherington <cth@carlh.net>2021-03-29 02:08:54 +0200
commit30e31a071ec0b6be1d05e50be4f4ae33d8e43a5d (patch)
tree77050e3453891dd2090a8e4bcd8b7728287afc02 /src
parentf99a3b6b778428033308db0210fe6466fc40ff16 (diff)
Brecht Sanders wrote libquickmail which we no longer use.
Diffstat (limited to 'src')
-rw-r--r--src/wx/about_dialog.cc3
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);