Tweak problem report email.
authorCarl Hetherington <cth@carlh.net>
Thu, 20 Aug 2015 00:36:18 +0000 (01:36 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 20 Aug 2015 00:36:18 +0000 (01:36 +0100)
src/lib/send_problem_report_job.cc

index 7c4a8448602eeeb3a1ef98c163a887e45e5fa7fe..2fb1a18a9078931c00d7790a78da861ac1ff2d2a 100644 (file)
@@ -68,7 +68,7 @@ SendProblemReportJob::run ()
 
        string body = _summary + "\n\n";
 
-       body += string (dcpomatic_version) + " " + string (dcpomatic_git_commit) + "\n\n";
+       body += "Version: " + string (dcpomatic_version) + " " + string (dcpomatic_git_commit) + "\n\n";
 
        body += "log head and tail:\n";
        body += "---<8----\n";