]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathMacroTemplate.h
Small improvement for bug #7509 as suggested by JMarc
[lyx.git] / src / mathed / MathMacroTemplate.h
index e93ceb46d0dfe0c4a85c79ebf17016485312e62a..0efbb24a84b1114c6cff4894821c3ced201748fd 100644 (file)
@@ -58,7 +58,7 @@ public:
        ///
        int plaintext(odocstream &, OutputParams const &) const;
        ///
-       bool noFontChange() const { return true; }
+       bool inheritFont() const { return false; }
 
        ///
        docstring name() const;
@@ -104,7 +104,7 @@ public:
        ///
        void infoize(odocstream & os) const;
        ///
-       docstring contextMenu(BufferView const &, int, int) const;
+       docstring contextMenuName() const;
 protected:
        ///
        virtual void doDispatch(Cursor & cur, FuncRequest & cmd);