summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-01-01 01:14:19 +0000
committerCarl Hetherington <cth@carlh.net>2019-01-01 01:14:19 +0000
commit278bfa265eed9b2fafec8b2bb5e92541a1bb23c1 (patch)
tree9bf96a51a10e3f54e03ce8016639af91c6b57545 /src
parent9da2ff50f9f880fec6b457bfe3319fa3f892dd6a (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 db33ad647..061d44f49 100644
--- a/src/wx/about_dialog.cc
+++ b/src/wx/about_dialog.cc
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2013-2018 Carl Hetherington <cth@carlh.net>
+ Copyright (C) 2013-2019 Carl Hetherington <cth@carlh.net>
This file is part of DCP-o-matic.
@@ -81,7 +81,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
t = new StaticText (
this,
- _("(C) 2012-2018 Carl Hetherington, Terrence Meiczinger\n Ole Laursen, Brecht Sanders"),
+ _("(C) 2012-2019 Carl Hetherington, Terrence Meiczinger\n Ole Laursen, Brecht Sanders"),
wxDefaultPosition, wxDefaultSize, wxALIGN_CENTER
);