diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-11-23 20:24:51 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-11-23 20:24:51 +0000 |
| commit | c3da7c64f01420447dbab7f5c2ea42ff1b911cc5 (patch) | |
| tree | 77832e3b515987132ce8fe64ee82eaa2e87b8bd0 /src/wx/content_menu.h | |
| parent | bab2a1cf99c58dcb598fed383015b1937d3ea07f (diff) | |
Basics of joining.
Diffstat (limited to 'src/wx/content_menu.h')
| -rw-r--r-- | src/wx/content_menu.h | 2 |
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; }; |
