]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_commentinset.h
Jean-Marc's fix for wrong descent
[lyx.git] / src / mathed / math_commentinset.h
index b2806600ac98c83221c49448ecfc2706ed338825..e4827c89e10219c29cbb3628a23771a65f687560 100644 (file)
@@ -33,11 +33,11 @@ public:
        ///
        void write(WriteStream & os) const;
        ///
-       void maplize(MapleStream &) const;
+       void maple(MapleStream &) const;
        ///
-       void mathematicize(MathematicaStream &) const;
+       void mathematica(MathematicaStream &) const;
        ///
-       void octavize(OctaveStream &) const;
+       void octave(OctaveStream &) const;
        ///
        void mathmlize(MathMLStream &) const;
        ///