Formatting tweaks to unmount dialogue.
[dcpomatic.git] / src / wx / content_menu.h
index a38109b0738e84914139a38ca0350c47b6c54604..fe8cbb56f0fc9a4b2161cb41902cf9d2887db549 100644 (file)
@@ -46,6 +46,7 @@ private:
        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);
@@ -66,6 +67,7 @@ private:
        wxMenuItem* _kdm;
        wxMenuItem* _ov;
        wxMenuItem* _choose_cpl;
+       wxMenuItem* _set_dcp_settings;
        wxMenuItem* _remove;
 };