diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/job_view.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/job_view.cc b/src/wx/job_view.cc index 41a1af012..efe17f4de 100644 --- a/src/wx/job_view.cc +++ b/src/wx/job_view.cc @@ -125,6 +125,9 @@ JobView::progress () /* Watch out for < > in the error string */ boost::algorithm::replace_all (s, "<", "<"); boost::algorithm::replace_all (s, ">", ">"); +#ifdef DCPOMATIC_LINUX + boost::algorithm::replace_all(s, "_", "__"); +#endif whole += s; if (whole != _last_message) { _message->SetLabelMarkup (std_to_wx (whole)); |
