diff options
Diffstat (limited to 'src/lib/send_problem_report_job.cc')
| -rw-r--r-- | src/lib/send_problem_report_job.cc | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/lib/send_problem_report_job.cc b/src/lib/send_problem_report_job.cc index b2eb4e25d..b0e37c5ef 100644 --- a/src/lib/send_problem_report_job.cc +++ b/src/lib/send_problem_report_job.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2014 Carl Hetherington <cth@carlh.net> + Copyright (C) 2014-2015 Carl Hetherington <cth@carlh.net> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -49,6 +49,12 @@ SendProblemReportJob::name () const return String::compose (_("Email problem report for %1"), _film->name()); } +string +SendProblemReportJob::json_name () const +{ + return N_("send_problem_report"); +} + void SendProblemReportJob::run () { |
