X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fjob_view.cc;h=a36d6de8a56680834d2697251d49e0fd2865f5f6;hb=f1dbcec7552052856369631e77c5eb160badd619;hp=4aa2e3c2bdd98b305b8eced6889ee72a5b85c57b;hpb=80f6d818e43d3ce2bd2d81f1bd3bbd4160c28aea;p=dcpomatic.git diff --git a/src/wx/job_view.cc b/src/wx/job_view.cc index 4aa2e3c2b..a36d6de8a 100644 --- a/src/wx/job_view.cc +++ b/src/wx/job_view.cc @@ -125,7 +125,7 @@ JobView::details_clicked (wxCommandEvent &) { string s = _job->error_summary(); s[0] = toupper (s[0]); - error_dialog (_parent, std_to_wx (String::compose ("%1.\n\n%2", s, _job->error_details()))); + error_dialog (_parent, std_to_wx(s), std_to_wx(_job->error_details())); } void