summaryrefslogtreecommitdiff
path: root/src/wx/content_menu.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-10-06 10:37:19 +0100
committerCarl Hetherington <cth@carlh.net>2016-10-06 10:37:19 +0100
commit0ac8235fa4addb021c0e05a9c6c19a7d22097458 (patch)
treeb270e0817120ea506d2d0864c5db32cf8441934c /src/wx/content_menu.h
parentf71b2b1d19d4ed27c225b03dcea32271d9a00d6f (diff)
Add menu option to select CPL.
Diffstat (limited to 'src/wx/content_menu.h')
-rw-r--r--src/wx/content_menu.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/content_menu.h b/src/wx/content_menu.h
index 9aaf9d59f..43480888a 100644
--- a/src/wx/content_menu.h
+++ b/src/wx/content_menu.h
@@ -48,8 +48,10 @@ private:
void ov ();
void remove ();
void maybe_found_missing (boost::weak_ptr<Job>, boost::weak_ptr<Content>, boost::weak_ptr<Content>);
+ void cpl_selected (wxCommandEvent& ev);
wxMenu* _menu;
+ wxMenu* _cpl_menu;
/** Film that we are working with; set up by popup() */
boost::weak_ptr<Film> _film;
wxWindow* _parent;
@@ -62,6 +64,7 @@ private:
wxMenuItem* _re_examine;
wxMenuItem* _kdm;
wxMenuItem* _ov;
+ wxMenuItem* _choose_cpl;
wxMenuItem* _remove;
boost::signals2::scoped_connection _job_connection;