summaryrefslogtreecommitdiff
path: root/src/wx/content_menu.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-04-21 23:33:33 +0200
committerCarl Hetherington <cth@carlh.net>2020-04-21 23:56:58 +0200
commit4873cbc567d2c97c6587ab624e4c53abcd23cf23 (patch)
tree6b3341998b91b6c5dcd904b0bf37f60d8051453f /src/wx/content_menu.h
parent5f3a88d3ab1e9c1a13d7e61fc37a0c4cef8df9a5 (diff)
Add code to copy the data and hook it up to a menu item.
Diffstat (limited to 'src/wx/content_menu.h')
-rw-r--r--src/wx/content_menu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/content_menu.h b/src/wx/content_menu.h
index a38109b07..fe8cbb56f 100644
--- a/src/wx/content_menu.h
+++ b/src/wx/content_menu.h
@@ -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;
};