summaryrefslogtreecommitdiff
path: root/src/wx/job_manager_view.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/job_manager_view.cc')
-rw-r--r--src/wx/job_manager_view.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/job_manager_view.cc b/src/wx/job_manager_view.cc
index a521f5b80..8bede709f 100644
--- a/src/wx/job_manager_view.cc
+++ b/src/wx/job_manager_view.cc
@@ -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())));
}
}
}