diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-08-20 01:36:18 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-08-20 01:36:18 +0100 |
| commit | 08fc50d52855ff07d3697d08bee78e7d6e703754 (patch) | |
| tree | a1440d9e1bf669260f313053a82662c8bcd32b17 /src/lib/send_problem_report_job.cc | |
| parent | 334853a13887b4a45445f786e72bb3b623c5c643 (diff) | |
Tweak problem report email.
Diffstat (limited to 'src/lib/send_problem_report_job.cc')
| -rw-r--r-- | src/lib/send_problem_report_job.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |
