X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Fcontent_menu.h;h=43480888a5007ed306bc49f0468dd71fe1d01379;hp=9aaf9d59fc075beb7eb476ac2aa50cd19f393618;hb=0ac8235fa4addb021c0e05a9c6c19a7d22097458;hpb=f71b2b1d19d4ed27c225b03dcea32271d9a00d6f 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, boost::weak_ptr, boost::weak_ptr); + void cpl_selected (wxCommandEvent& ev); wxMenu* _menu; + wxMenu* _cpl_menu; /** Film that we are working with; set up by popup() */ boost::weak_ptr _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;