summaryrefslogtreecommitdiff
path: root/src/wx/content_menu.h
diff options
context:
space:
mode:
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;