Brecht Sanders wrote libquickmail which we no longer use.
authorCarl Hetherington <cth@carlh.net>
Mon, 29 Mar 2021 00:08:54 +0000 (02:08 +0200)
committerCarl Hetherington <cth@carlh.net>
Mon, 29 Mar 2021 00:08:54 +0000 (02:08 +0200)
src/wx/about_dialog.cc

index 08bf81d2af1f13ba04d2eb793d7d5a40995c6ead..348ad67b614fbc73fb09993dfcc43feec519a200 100644 (file)
@@ -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);