summaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-10-02 15:59:39 +0100
committerCarl Hetherington <cth@carlh.net>2012-10-02 15:59:39 +0100
commit9fdcacab9988f4cc5d44a6fab3ab294f5005f468 (patch)
tree9ccdecab51f784b4b6a40bf9d40834a51c67f5fa /src/tools
parentfc09f6798fc05d100e6a5fbf3e9b1f811be0ef46 (diff)
Tidy up timing code a bit.
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/dvdomatic.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tools/dvdomatic.cc b/src/tools/dvdomatic.cc
index c42321300..9ff2c1ddc 100644
--- a/src/tools/dvdomatic.cc
+++ b/src/tools/dvdomatic.cc
@@ -352,11 +352,12 @@ public:
info.SetName (_("DVD-o-matic"));
info.SetVersion (wxT (DVDOMATIC_VERSION));
info.SetDescription (_("Free, open-source DCP generation from almost anything."));
- info.SetCopyright (_("(C) Carl Hetherington, Terrence Meiczinger, Paul Davis"));
+ info.SetCopyright (_("(C) Carl Hetherington, Terrence Meiczinger, Paul Davis, Ole Laursen"));
wxArrayString authors;
authors.Add (wxT ("Carl Hetherington"));
authors.Add (wxT ("Terrence Meiczinger"));
authors.Add (wxT ("Paul Davis"));
+ authors.Add (wxT ("Ole Laursen"));
info.SetDevelopers (authors);
info.SetWebSite (wxT ("http://carlh.net/software/dvdomatic"));
wxAboutBox (info);