From: Carl Hetherington Date: Thu, 20 Aug 2015 00:36:18 +0000 (+0100) Subject: Tweak problem report email. X-Git-Tag: v2.1.43~3 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=08fc50d52855ff07d3697d08bee78e7d6e703754;p=dcpomatic.git Tweak problem report email. --- diff --git a/src/lib/send_problem_report_job.cc b/src/lib/send_problem_report_job.cc index 7c4a84486..2fb1a18a9 100644 --- a/src/lib/send_problem_report_job.cc +++ b/src/lib/send_problem_report_job.cc @@ -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";