]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_diffinset.C
rename commandtags.h to lfuns.h and renumber/cleanup. Rebuild the tree !
[lyx.git] / src / mathed / math_diffinset.C
index c6bfc89990752225b67c5a0515b008a67504bcca..d872157586ccfba699b108a4b0b81cb28445946e 100644 (file)
@@ -44,7 +44,7 @@ void MathDiffInset::draw(MathPainterInfo &, int, int) const
 }
 
 
-void MathDiffInset::maplize(MapleStream & os) const
+void MathDiffInset::maple(MapleStream & os) const
 {
        os << "diff(";
        for (idx_type idx = 0; idx < nargs(); ++idx) {
@@ -56,7 +56,7 @@ void MathDiffInset::maplize(MapleStream & os) const
 }
 
 
-void MathDiffInset::mathematicize(MathematicaStream & os) const
+void MathDiffInset::mathematica(MathematicaStream & os) const
 {
        os << "Dt[";
        for (idx_type idx = 0; idx < nargs(); ++idx) {