]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathMacroTemplate.h
Add \makeat switches to babel settings if necessary.
[lyx.git] / src / mathed / MathMacroTemplate.h
index e93ceb46d0dfe0c4a85c79ebf17016485312e62a..4e5fc721748ea131b963c488b384701f1671c6fb 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;
+       std::string contextMenuName() const;
 protected:
        ///
        virtual void doDispatch(Cursor & cur, FuncRequest & cmd);