diff options
Diffstat (limited to 'src/tools/dcpomatic_combiner.cc')
| -rw-r--r-- | src/tools/dcpomatic_combiner.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tools/dcpomatic_combiner.cc b/src/tools/dcpomatic_combiner.cc index 78edc0795..38c8cf97f 100644 --- a/src/tools/dcpomatic_combiner.cc +++ b/src/tools/dcpomatic_combiner.cc @@ -300,7 +300,7 @@ public: _("An exception occurred: %s (%s)\n\n%s"), std_to_wx(e.what()), std_to_wx(e.file().string().c_str()), - wx::report_problem() + dcpomatic::wx::report_problem() ) ); } catch (exception& e) { @@ -309,11 +309,11 @@ public: wxString::Format( _("An exception occurred: %s\n\n%s"), std_to_wx(e.what()), - wx::report_problem() + dcpomatic::wx::report_problem() ) ); } catch (...) { - error_dialog(nullptr, wxString::Format(_("An unknown exception occurred. %s"), wx::report_problem())); + error_dialog(nullptr, wxString::Format(_("An unknown exception occurred. %s"), dcpomatic::wx::report_problem())); } } |
