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 f2ad3aa75..fccd5f38a 100644
--- a/src/wx/content_menu.h
+++ b/src/wx/content_menu.h
@@ -39,6 +39,7 @@ private:
void repeat ();
void join ();
void find_missing ();
+ void kdm ();
void remove ();
void maybe_found_missing (boost::weak_ptr<Job>, boost::weak_ptr<Content>, boost::weak_ptr<Content>);
@@ -50,6 +51,7 @@ private:
wxMenuItem* _repeat;
wxMenuItem* _join;
wxMenuItem* _find_missing;
+ wxMenuItem* _kdm;
wxMenuItem* _remove;
};