Some portability fixes.
[dcpomatic.git] / src / wx / job_manager_view.cc
index a521f5b8066967eec672f788696c82509eb5dc28..8bede709f5f0bfd1df13ce36c02b46cbff40d2ea 100644 (file)
@@ -131,7 +131,7 @@ JobManagerView::details_clicked (wxCommandEvent& ev)
                if (i->second.details == o) {
                        string s = i->first->error_summary();
                        s[0] = toupper (s[0]);
-                       error_dialog (this, String::compose ("%1.\n\n%2", s, i->first->error_details()));
+                       error_dialog (this, std_to_wx (String::compose ("%1.\n\n%2", s, i->first->error_details())));
                }
        }
 }