diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-08-29 11:14:49 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-08-29 11:14:49 +0100 |
| commit | 0b32d082ca67ae1d31c1196a194a09f314dd0986 (patch) | |
| tree | b8d41379d3ef3bb86ef44f2bcb52e93192c48e12 /src/lib/job.cc | |
| parent | 7287abe9609c2648e37b965efb1e1fa2bb0ce17a (diff) | |
Use my @dcpomatic.com address for now rather than a non-existant mailing list.
Diffstat (limited to 'src/lib/job.cc')
| -rw-r--r-- | src/lib/job.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/job.cc b/src/lib/job.cc index 12dc88fbc..8924fa09c 100644 --- a/src/lib/job.cc +++ b/src/lib/job.cc @@ -106,7 +106,7 @@ Job::run_wrapper () set_state (FINISHED_ERROR); set_error ( e.what (), - _("It is not known what caused this error. The best idea is to report the problem to the DCP-o-matic mailing list (dcpomatic@carlh.net)") + _("It is not known what caused this error. The best idea is to report the problem to the DCP-o-matic mailing list (carl@dcpomatic.com)") ); } catch (...) { @@ -115,7 +115,7 @@ Job::run_wrapper () set_state (FINISHED_ERROR); set_error ( _("Unknown error"), - _("It is not known what caused this error. The best idea is to report the problem to the DCP-o-matic mailing list (dcpomatic@carlh.net)") + _("It is not known what caused this error. The best idea is to report the problem to the DCP-o-matic mailing list (carl@dcpomatic.com)") ); } |
