X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Ffilm_editor.cc;h=78a5c440cfe24cbc8dedf2aab491ef7f5eb8edb1;hb=e6f28e7cda23c1ba3c49cc1bf2dc1491c2f87160;hp=831a57a0286c6678fc048dcfbb9987f56828a2e4;hpb=1629bd7df2150156109afbc7a16677cb29e82adf;p=dcpomatic.git diff --git a/src/wx/film_editor.cc b/src/wx/film_editor.cc index 831a57a02..78a5c440c 100644 --- a/src/wx/film_editor.cc +++ b/src/wx/film_editor.cc @@ -936,7 +936,7 @@ FilmEditor::content_timeline_clicked () _timeline_dialog = 0; } - _timeline_dialog = new DCPTimelineDialog (this, _film); + _timeline_dialog = new TimelineDialog (this, _film); _timeline_dialog->Show (); }