Add Brecht Sanders to authors list.
authorCarl Hetherington <cth@carlh.net>
Thu, 6 Nov 2014 23:27:57 +0000 (23:27 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 6 Nov 2014 23:27:57 +0000 (23:27 +0000)
src/wx/about_dialog.cc

index 3a161daa37fa8209f5482dcc35e2f26c4b62fe71..83386b9cb62bd09916ed12dc8fe41e5eaf93b304 100644 (file)
@@ -79,7 +79,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
 
        t = new wxStaticText (
                this, wxID_ANY,
-               _("(C) 2012-2014 Carl Hetherington, Terrence Meiczinger, Paul Davis, Ole Laursen"),
+               _("(C) 2012-2014 Carl Hetherington, Terrence Meiczinger, Paul Davis,\n Ole Laursen, Brecht Sanders"),
                wxDefaultPosition, wxDefaultSize, wxALIGN_CENTER
                );