]> git.lyx.org Git - features.git/blobdiff - src/Layout.h
Allow to separate menu string from label string for arguments
[features.git] / src / Layout.h
index f8c1ed46f9f13e65ce1a868a6f28a01d728ab8a3..9b3ff388a64694c8cf1711f8096d6a5b0ab20740 100644 (file)
@@ -90,6 +90,7 @@ public:
        /// The arguments of this layout
        struct latexarg {
                docstring labelstring;
+               docstring menustring;
                bool mandatory;
                docstring ldelim;
                docstring rdelim;