summaryrefslogtreecommitdiff
path: root/src/wx/gl_video_view.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/gl_video_view.cc')
-rw-r--r--src/wx/gl_video_view.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/gl_video_view.cc b/src/wx/gl_video_view.cc
index c96fd02a0..81156c67c 100644
--- a/src/wx/gl_video_view.cc
+++ b/src/wx/gl_video_view.cc
@@ -134,7 +134,7 @@ GLVideoView::check_for_butler_errors ()
try {
_viewer->butler()->rethrow ();
} catch (DecodeError& e) {
- error_dialog (get(), e.what());
+ error_dialog(get(), std_to_wx(e.what()));
} catch (dcp::ReadError& e) {
error_dialog (get(), wxString::Format(_("Could not read DCP: %s"), std_to_wx(e.what())));
}