Ubuntu 20.04 packaging.
[dcpomatic.git] / src / wx / content_menu.h
index 1faf16de60e0bd5712873fd946a6be3dee2b2207..fe8cbb56f0fc9a4b2161cb41902cf9d2887db549 100644 (file)
@@ -40,11 +40,13 @@ public:
 
 private:
        void repeat ();
+       void join ();
        void find_missing ();
        void properties ();
        void re_examine ();
        void kdm ();
        void ov ();
+       void set_dcp_settings ();
        void remove ();
        void maybe_found_missing (boost::weak_ptr<Job>, boost::weak_ptr<Content>, boost::weak_ptr<Content>);
        void cpl_selected (wxCommandEvent& ev);
@@ -58,12 +60,14 @@ private:
        ContentList _content;
        TimelineContentViewList _views;
        wxMenuItem* _repeat;
+       wxMenuItem* _join;
        wxMenuItem* _find_missing;
        wxMenuItem* _properties;
        wxMenuItem* _re_examine;
        wxMenuItem* _kdm;
        wxMenuItem* _ov;
        wxMenuItem* _choose_cpl;
+       wxMenuItem* _set_dcp_settings;
        wxMenuItem* _remove;
 };