X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Fsubtitle_view.cc;h=41bf4b049f86700942b5cf7487a90a8628a7b919;hp=eb63ca443106643c4265ccf4b5d5d5961830bf26;hb=d3c009991a782fa51e85828c7600994a9dd91559;hpb=af2bea29ef9975dadd26297876e2408e5e874a0c diff --git a/src/wx/subtitle_view.cc b/src/wx/subtitle_view.cc index eb63ca443..41bf4b049 100644 --- a/src/wx/subtitle_view.cc +++ b/src/wx/subtitle_view.cc @@ -84,7 +84,7 @@ SubtitleView::SubtitleView (wxWindow* parent, shared_ptr film, shared_ptr< _subs = 0; _frc = film->active_frame_rate_change (content->position()); - decoder->subtitle->TextStart.connect (bind (&SubtitleView::data_start, this, _1)); + decoder->subtitle->PlainStart.connect (bind (&SubtitleView::data_start, this, _1)); decoder->subtitle->Stop.connect (bind (&SubtitleView::data_stop, this, _1)); while (!decoder->pass ()) {} SetSizerAndFit (sizer);