summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-01-03 00:22:19 +0000
committerCarl Hetherington <cth@carlh.net>2017-01-03 00:22:19 +0000
commit3327fcba6db6c0b2e70ccca81340f5d5781cae0d (patch)
treed01d0e313a67814c96eb54d36674ded742ff9f16 /src
parenta346a58082fdcedba1f0df1e29ec4cd5dbd41a68 (diff)
Happy new year.
Diffstat (limited to 'src')
-rw-r--r--src/wx/about_dialog.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc
index 15127121c..bcde05862 100644
--- a/src/wx/about_dialog.cc
+++ b/src/wx/about_dialog.cc
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2013-2016 Carl Hetherington <cth@carlh.net>
+ Copyright (C) 2013-2017 Carl Hetherington <cth@carlh.net>
This file is part of DCP-o-matic.
@@ -80,7 +80,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
t = new wxStaticText (
this, wxID_ANY,
- _("(C) 2012-2016 Carl Hetherington, Terrence Meiczinger\n Ole Laursen, Brecht Sanders"),
+ _("(C) 2012-2017 Carl Hetherington, Terrence Meiczinger\n Ole Laursen, Brecht Sanders"),
wxDefaultPosition, wxDefaultSize, wxALIGN_CENTER
);