diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-03-24 23:57:22 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-03-24 23:57:22 +0000 |
| commit | a71a3b3d0f8545e44af75ded10dfda4a382158f2 (patch) | |
| tree | efb300dac7006409079d544eecc9dc1e5b792e45 /src/lib/send_problem_report_job.cc | |
| parent | 86aaba4f392c35ccf28221049f87b8cdba868777 (diff) | |
Hand-apply e30fd8d; resurrect JSON server code.
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 () { |
