summaryrefslogtreecommitdiff
path: root/src/lib/job.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-04-27 20:50:13 +0100
committerCarl Hetherington <cth@carlh.net>2014-04-27 20:50:13 +0100
commita4afc8e3dd6ce7c5f02d0eb69f03bf9f043afed0 (patch)
treee9557ef5be1824e68b47c21b0d8980995053ba92 /src/lib/job.cc
parent2be230e3923fa75d41cd3218f9f54da199a1273c (diff)
Open an error dialogue on uncaught exceptions in the main loop. Check that the ImageContent constructor found some valid files when scanning a folder.
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 52499b433..96aedac65 100644
--- a/src/lib/job.cc
+++ b/src/lib/job.cc
@@ -108,7 +108,7 @@ Job::run_wrapper ()
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 (carl@dcpomatic.com)")
+ _("It is not known what caused this error. Please report the problem to the DCP-o-matic author (carl@dcpomatic.com).")
);
set_progress (1);
@@ -118,7 +118,7 @@ Job::run_wrapper ()
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 (carl@dcpomatic.com)")
+ _("It is not known what caused this error. Please report the problem to the DCP-o-matic author (carl@dcpomatic.com).")
);
set_progress (1);