summaryrefslogtreecommitdiff
path: root/src/wx/content_menu.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-08-23 00:27:12 +0100
committerCarl Hetherington <cth@carlh.net>2016-08-24 10:01:52 +0100
commitdf28b0e939bd0f12ae31e6f7ba94fa954496b3b8 (patch)
tree9dcdf8708fe678fc1419e90dc6fdc3f8da8fafb2 /src/wx/content_menu.h
parent2f1d460898f40844d47d6a3b858449ac09d8b342 (diff)
Allow import of OV/VF DCPs (#906).
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 b62f06662..9aaf9d59f 100644
--- a/src/wx/content_menu.h
+++ b/src/wx/content_menu.h
@@ -45,6 +45,7 @@ private:
void properties ();
void re_examine ();
void kdm ();
+ void ov ();
void remove ();
void maybe_found_missing (boost::weak_ptr<Job>, boost::weak_ptr<Content>, boost::weak_ptr<Content>);
@@ -60,6 +61,7 @@ private:
wxMenuItem* _properties;
wxMenuItem* _re_examine;
wxMenuItem* _kdm;
+ wxMenuItem* _ov;
wxMenuItem* _remove;
boost::signals2::scoped_connection _job_connection;