summaryrefslogtreecommitdiff
path: root/src/wx/content_menu.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-05-04 01:35:54 +0100
committerCarl Hetherington <cth@carlh.net>2015-05-04 01:35:54 +0100
commit258da8a37c21a87ba5a7aa1c3e6243280d5c8d10 (patch)
tree5fa70a510fdbfc59c7294fa5d8a6f8f20f92e180 /src/wx/content_menu.h
parentd440d6d72a4522de2ba83a3bc1de93296f14cef2 (diff)
701e75b87018ab1ec831f84b5325a0c76bd9f6ba from master; content properties dialog.
Diffstat (limited to 'src/wx/content_menu.h')
-rw-r--r--src/wx/content_menu.h7
1 files changed, 5 insertions, 2 deletions
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 <wx/wx.h>
#include <boost/shared_ptr.hpp>
#include <boost/weak_ptr.hpp>
-#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;