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 2a6725320..9f4bd4cc4 100644
--- a/src/wx/content_menu.h
+++ b/src/wx/content_menu.h
@@ -37,6 +37,7 @@ public:
private:
void repeat ();
+ void join ();
void find_missing ();
void remove ();
void maybe_found_missing (boost::weak_ptr<Job>, boost::weak_ptr<Content>, boost::weak_ptr<Content>);
@@ -46,6 +47,7 @@ private:
wxWindow* _parent;
ContentList _content;
wxMenuItem* _repeat;
+ wxMenuItem* _join;
wxMenuItem* _find_missing;
wxMenuItem* _remove;
};