summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-01-01 18:17:53 +0000
committerCarl Hetherington <cth@carlh.net>2014-01-01 18:17:53 +0000
commit7dedacfb85b10cdf0f5697ea1d0fe8cc5cf8379e (patch)
tree917ff93402276ad7c36717ab4be46e1fa2648ff1 /src
parent5001bc42a752b2dfc06903e03274db8a454252fc (diff)
Happy new year.
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 222ee9ad0..d4a06a2c5 100644
--- a/src/wx/about_dialog.cc
+++ b/src/wx/about_dialog.cc
@@ -75,7 +75,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
t = new wxStaticText (
this, wxID_ANY,
- _("(C) 2012-2013 Carl Hetherington, Terrence Meiczinger, Paul Davis, Ole Laursen"),
+ _("(C) 2012-2014 Carl Hetherington, Terrence Meiczinger, Paul Davis, Ole Laursen"),
wxDefaultPosition, wxDefaultSize, wxALIGN_CENTER
);