summaryrefslogtreecommitdiff
path: root/src/wx/content_menu.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-05-17 23:18:15 +0200
committerCarl Hetherington <cth@carlh.net>2020-05-18 01:37:25 +0200
commitd9ab996fa416ba27b69bb65f047a1a1aa4063f1b (patch)
treec5fbddc15be5d7977e17b68743cc13cf4a14dab0 /src/wx/content_menu.h
parent5fa43b4073033a5874106cc817c904bf3d58e4bf (diff)
Add a new "Advanced settings" dialog for content, accessible
from the right-click menu. Move the "use video" checkbox into here, as it feels like excessive clutter to have it in the main video panel. Maybe other things should be hidden in here. I'm looking at you, video filters...
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 fe8cbb56f..756c1675a 100644
--- a/src/wx/content_menu.h
+++ b/src/wx/content_menu.h
@@ -43,6 +43,7 @@ private:
void join ();
void find_missing ();
void properties ();
+ void advanced ();
void re_examine ();
void kdm ();
void ov ();
@@ -63,6 +64,7 @@ private:
wxMenuItem* _join;
wxMenuItem* _find_missing;
wxMenuItem* _properties;
+ wxMenuItem* _advanced;
wxMenuItem* _re_examine;
wxMenuItem* _kdm;
wxMenuItem* _ov;