Add new "copy markers from this DCP" option (#2628).
[dcpomatic.git] / src / wx / content_menu.h
index c750ae852d982c6f327cee7fbafc4f0dc4b17f53..2f32502848ba7e960faf89a7bec40915c5a7d9dd 100644 (file)
@@ -61,6 +61,7 @@ private:
        void kdm ();
        void ov ();
        void set_dcp_settings ();
+       void set_dcp_markers();
        void remove ();
        void cpl_selected (wxCommandEvent& ev);
 
@@ -84,6 +85,7 @@ private:
        wxMenuItem* _ov;
        wxMenuItem* _choose_cpl;
        wxMenuItem* _set_dcp_settings;
+       wxMenuItem* _set_dcp_markers;
        wxMenuItem* _remove;
 
        wx_ptr<AutoCropDialog> _auto_crop_dialog;