X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FMenuBackend.h;h=c72546c7f8670ec13454add5ca789a1f24bd83da;hb=646c3127406e1ff1c5aaeb71aa5ea49be0ac8b0e;hp=878046db38cb18226a827f1d50581c73484904d0;hpb=6c300f72a217722652dc27db9108e1050028979c;p=lyx.git diff --git a/src/MenuBackend.h b/src/MenuBackend.h index 878046db38..c72546c7f8 100644 --- a/src/MenuBackend.h +++ b/src/MenuBackend.h @@ -44,6 +44,8 @@ public: /** This is the list of opened Documents, typically for the Documents menu. */ Documents, + /** This is the bookmarks */ + Bookmarks, /// Toc, /** This is a list of viewable formats @@ -70,6 +72,8 @@ public: /** This is the list of selections that can be pasted. */ PasteRecent, + /** toolbars */ + Toolbars, /** Available branches in document */ Branches };