summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-11-06 23:27:57 +0000
committerCarl Hetherington <cth@carlh.net>2014-11-06 23:27:57 +0000
commitf508300f5b1c27b4ab55abcc55e9781919f8bc0d (patch)
tree4525b2bc271b314bc6559ad1fe602d3689f29ea9 /src
parent6365d91e87fd894eea5c60c8bf0a25e872882228 (diff)
Add Brecht Sanders to authors list.
Diffstat (limited to 'src')
-rw-r--r--src/wx/about_dialog.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc
index 3a161daa3..83386b9cb 100644
--- a/src/wx/about_dialog.cc
+++ b/src/wx/about_dialog.cc
@@ -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
);