]> 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 be3b7ee5f2e17bd1943c019979d9b8c9051faf5b..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 contextMenuName() const;
+       std::string contextMenuName() const;
 protected:
        ///
        virtual void doDispatch(Cursor & cur, FuncRequest & cmd);