diff options
Diffstat (limited to 'src/wx/film_viewer.cc')
| -rw-r--r-- | src/wx/film_viewer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/film_viewer.cc b/src/wx/film_viewer.cc index 25665325d..0fc338247 100644 --- a/src/wx/film_viewer.cc +++ b/src/wx/film_viewer.cc @@ -237,7 +237,7 @@ FilmViewer::get () try { _butler->rethrow (); } catch (DecodeError& e) { - error_dialog (_video_view->get(), e.what()); + error_dialog (_panel, e.what()); } display_player_video (); |
