X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fcontent_menu.h;h=a38109b0738e84914139a38ca0350c47b6c54604;hb=43b5ff1d2dc872f9029a7e59a85af59dbad8536f;hp=1faf16de60e0bd5712873fd946a6be3dee2b2207;hpb=bd5e8b83a3a18787241982efdae809d4db21f65d;p=dcpomatic.git diff --git a/src/wx/content_menu.h b/src/wx/content_menu.h index 1faf16de6..a38109b07 100644 --- a/src/wx/content_menu.h +++ b/src/wx/content_menu.h @@ -40,6 +40,7 @@ public: private: void repeat (); + void join (); void find_missing (); void properties (); void re_examine (); @@ -58,6 +59,7 @@ private: ContentList _content; TimelineContentViewList _views; wxMenuItem* _repeat; + wxMenuItem* _join; wxMenuItem* _find_missing; wxMenuItem* _properties; wxMenuItem* _re_examine;