X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fcontent_menu.h;fp=src%2Fwx%2Fcontent_menu.h;h=a0ac3f48148730bb01c24414c13b4fc4131c5be4;hb=258da8a37c21a87ba5a7aa1c3e6243280d5c8d10;hp=5f2a7f7b6dd35c0bbdbbd5b7ca29bb38fbe602ca;hpb=d440d6d72a4522de2ba83a3bc1de93296f14cef2;p=dcpomatic.git diff --git a/src/wx/content_menu.h b/src/wx/content_menu.h index 5f2a7f7b6..a0ac3f481 100644 --- a/src/wx/content_menu.h +++ b/src/wx/content_menu.h @@ -20,13 +20,14 @@ #ifndef DCPOMATIC_CONTENT_MENU_H #define DCPOMATIC_CONTENT_MENU_H +#include "timeline_content_view.h" +#include "lib/types.h" #include #include #include -#include "timeline_content_view.h" -#include "lib/types.h" class Film; +class Job; class ContentMenu : public boost::noncopyable { @@ -40,6 +41,7 @@ private: void repeat (); void join (); void find_missing (); + void properties (); void re_examine (); void kdm (); void remove (); @@ -54,6 +56,7 @@ private: wxMenuItem* _repeat; wxMenuItem* _join; wxMenuItem* _find_missing; + wxMenuItem* _properties; wxMenuItem* _re_examine; wxMenuItem* _kdm; wxMenuItem* _remove;