summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-01-01 13:39:27 +0100
committerCarl Hetherington <cth@carlh.net>2021-01-01 13:39:27 +0100
commitd834fe55c70548623fc4b7f0edcfce41333840c6 (patch)
treef1b5f0c3705cae386c7391358aa1d4314bd0f051 /src
parent599d160c51d8f0182b02d9e73137492d6f19dc11 (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 ab090c1c8..ae2bf0d0a 100644
--- a/src/wx/about_dialog.cc
+++ b/src/wx/about_dialog.cc
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2013-2020 Carl Hetherington <cth@carlh.net>
+ Copyright (C) 2013-2021 Carl Hetherington <cth@carlh.net>
This file is part of DCP-o-matic.
@@ -84,7 +84,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
t = new StaticText (
this,
- _("(C) 2012-2020 Carl Hetherington, Terrence Meiczinger\n Ole Laursen, Brecht Sanders"),
+ _("(C) 2012-2021 Carl Hetherington, Terrence Meiczinger\n Ole Laursen, Brecht Sanders"),
wxDefaultPosition, wxDefaultSize, wxALIGN_CENTER
);