summaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-10-02 22:08:41 +0100
committerCarl Hetherington <cth@carlh.net>2012-10-02 22:08:41 +0100
commit2f9e6bc1478d28f1b040ada6c901e6683ff7ac64 (patch)
treec504ed8ff8e8741142e8e2fce45fabe8df3d36e6 /src/tools
parent43db901b50575daf978621384264d5c0131ecf06 (diff)
Use version.cc contents instead of DVDOMATIC_VERSION.
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/dvdomatic.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dvdomatic.cc b/src/tools/dvdomatic.cc
index 9ff2c1ddc..5f0028b75 100644
--- a/src/tools/dvdomatic.cc
+++ b/src/tools/dvdomatic.cc
@@ -350,7 +350,7 @@ public:
{
wxAboutDialogInfo info;
info.SetName (_("DVD-o-matic"));
- info.SetVersion (wxT (DVDOMATIC_VERSION));
+ info.SetVersion (std_to_wx (String::compose ("DVD-o-matic version %1 git %2", dvdomatic_version, dvdomatic_git_commit)));
info.SetDescription (_("Free, open-source DCP generation from almost anything."));
info.SetCopyright (_("(C) Carl Hetherington, Terrence Meiczinger, Paul Davis, Ole Laursen"));
wxArrayString authors;