]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_stringinset.h
make naming a bit saner...
[lyx.git] / src / mathed / math_stringinset.h
index 3bcf74d22303c3f452aea3bd159327ecc9fc0c10..d38a7cddf9d3ac04b2fe9a38098058c2b24e119e 100644 (file)
@@ -30,11 +30,11 @@ public:
        ///
        void normalize(NormalStream &) const;
        ///
-       void octavize(OctaveStream &) const;
+       void octave(OctaveStream &) const;
        ///
-       void maplize(MapleStream &) const;
+       void maple(MapleStream &) const;
        ///
-       void mathematicize(MathematicaStream &) const;
+       void mathematica(MathematicaStream &) const;
        ///
        void mathmlize(MathMLStream &) const;
        ///