X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fcontent_panel.cc;h=704f251691d62dcc0179f086fd93dd4a615e8cb1;hb=4f5de331129e268a41321d3b1b6e3f8ed44b0803;hp=05079604bd44ec6626555f3a845f1bdde0ad3eaa;hpb=86ae192dcb097bd9a4afaf7f28e3e41ce178dfec;p=dcpomatic.git diff --git a/src/wx/content_panel.cc b/src/wx/content_panel.cc index 05079604b..704f25169 100644 --- a/src/wx/content_panel.cc +++ b/src/wx/content_panel.cc @@ -133,6 +133,7 @@ ContentPanel::ContentPanel (wxNotebook* n, boost::shared_ptr film, FilmVie } _timing_panel = new TimingPanel (this, _film_viewer); _panels.push_back (_timing_panel); + _notebook->AddPage (_timing_panel, _("Timing"), false); _content->Bind (wxEVT_LIST_ITEM_SELECTED, boost::bind (&ContentPanel::selection_changed, this)); _content->Bind (wxEVT_LIST_ITEM_DESELECTED, boost::bind (&ContentPanel::selection_changed, this));