]> git.lyx.org Git - lyx.git/blobdiff - src/MenuBackend.h
don't pass temporary string objects as parameters
[lyx.git] / src / MenuBackend.h
index 878046db38cb18226a827f1d50581c73484904d0..c72546c7f8670ec13454add5ca789a1f24bd83da 100644 (file)
@@ -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
        };