summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-02-14 23:23:16 +0000
committerCarl Hetherington <cth@carlh.net>2018-02-14 23:28:26 +0000
commitfbdefe5be361c73a463c3bbe27a7e93a422435b3 (patch)
tree6a003c4b3b5424082276d5f4a4cadac1463e343a /src
parent71a358ce70bf9156e895f3dc6515e65628950422 (diff)
Add Mart Jansink as author.
Diffstat (limited to 'src')
-rw-r--r--src/wx/about_dialog.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc
index 66201aec2..d34c351fe 100644
--- a/src/wx/about_dialog.cc
+++ b/src/wx/about_dialog.cc
@@ -91,6 +91,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
wxArrayString written_by;
written_by.Add (wxT ("Carl Hetherington"));
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"));