Tidy progress report when sending problem report email.
authorCarl Hetherington <cth@carlh.net>
Fri, 12 Jun 2015 23:50:48 +0000 (00:50 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 12 Jun 2015 23:50:48 +0000 (00:50 +0100)
src/lib/send_problem_report_job.cc

index b0e37c5ef226301caacac73c1f496e9f6fac37b1..0fd14bc2452fb6e789e2eb12d92b219209bc314f 100644 (file)
@@ -58,8 +58,9 @@ SendProblemReportJob::json_name () const
 void
 SendProblemReportJob::run ()
 {
+       sub (_("Sending email"));
        set_progress_unknown ();
-       
+
        quickmail mail = quickmail_create (_from.c_str(), "DCP-o-matic problem report");
        
        quickmail_add_to (mail, "carl@dcpomatic.com");