summaryrefslogtreecommitdiff
path: root/src/wx/content_menu.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-09-12 00:11:23 +0100
committerCarl Hetherington <cth@carlh.net>2014-09-12 00:11:23 +0100
commitec5d4f7f0525a39dab9d26d360c2c931cdc3d0f6 (patch)
treecebf73fd8db06abfb95e7c11c997ee9eaad8ccaf /src/wx/content_menu.h
parent52eedc719d0d59d685af321ea268458e87a58da3 (diff)
Add context menu option to re-examine content (#339).
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 fccd5f38a..77cf29a30 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 re_examine ();
void kdm ();
void remove ();
void maybe_found_missing (boost::weak_ptr<Job>, boost::weak_ptr<Content>, boost::weak_ptr<Content>);
@@ -51,6 +52,7 @@ private:
wxMenuItem* _repeat;
wxMenuItem* _join;
wxMenuItem* _find_missing;
+ wxMenuItem* _re_examine;
wxMenuItem* _kdm;
wxMenuItem* _remove;
};