Add FilmViewer::time_until_next_frame.
[dcpomatic.git] / src / wx / hints_dialog.cc
index f8d03626fe06459195362566d810e71b4fe24294..cb0de450a73ad7d141941536c003f4f057cfddf7 100644 (file)
@@ -163,6 +163,12 @@ HintsDialog::pulse ()
 void
 HintsDialog::finished ()
 {
+       try {
+               _hints->rethrow ();
+       } catch (std::exception& e) {
+               error_dialog (this, wxString::Format(_("A problem occurred when looking for hints (%s)"), std_to_wx(e.what())));
+       }
+
        _finished = true;
        update ();
        _gauge->Hide ();