summaryrefslogtreecommitdiff
path: root/src/lib/job.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-08-29 11:14:49 +0100
committerCarl Hetherington <cth@carlh.net>2013-08-29 11:14:49 +0100
commit0b32d082ca67ae1d31c1196a194a09f314dd0986 (patch)
treeb8d41379d3ef3bb86ef44f2bcb52e93192c48e12 /src/lib/job.cc
parent7287abe9609c2648e37b965efb1e1fa2bb0ce17a (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.cc4
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)")
);
}