]> git.lyx.org Git - features.git/commitdiff
* correction of comment
authorStefan Schimanski <sts@lyx.org>
Sun, 23 Dec 2007 00:49:44 +0000 (00:49 +0000)
committerStefan Schimanski <sts@lyx.org>
Sun, 23 Dec 2007 00:49:44 +0000 (00:49 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22268 a592a061-630c-0410-9148-cb99ea01b6c8

src/ToolbarBackend.h

index 87162e8d589e3364f972bc7c8d4a992d22b152c2..d25b59da5e0faa3d9c1fe30004453d81fd0e4194 100644 (file)
@@ -78,7 +78,7 @@ public:
                RIGHT = 128, //< show at right
                REVIEW = 256, //< show when change tracking is enabled
                AUTO = 512,  //< only if AUTO is set, when MATH, TABLE and REVIEW is used
-               MATHMACROTEMPLATE = 1024 //< show in math macro
+               MATHMACROTEMPLATE = 1024 //< show in math macro template
        };
        /// the toolbar items
        typedef std::vector<ToolbarItem> Items;