X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Ffilm_editor.cc;h=1818fb451452233c196c534a7f996827d7a3b27d;hb=521c09170d9e62cd72cc2da66c41816761008a4b;hp=04bf6d2a809c10334b4a2b13b165d67fe6d52e2b;hpb=af3e8ed8382cdc35e361cdca1f735a379fce1317;p=dcpomatic.git diff --git a/src/wx/film_editor.cc b/src/wx/film_editor.cc index 04bf6d2a8..1818fb451 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 TimelineDialog (this, _film); + _timeline_dialog = new DCPTimelineDialog (this, _film); _timeline_dialog->Show (); }