]> git.lyx.org Git - lyx.git/blobdiff - src/Cursor.cpp
HTML for math fonts.
[lyx.git] / src / Cursor.cpp
index 38c045b9179f4e000ac77cc31c33878defc72e41..bcfbcf7e2ec37247236ff73119199a7624b84359 100644 (file)
@@ -1350,7 +1350,7 @@ void Cursor::insert(MathData const & ar)
                cap::eraseSelection(*this);
        cell().insert(pos(), ar);
        pos() += ar.size();
-       // FIXME audit setBuffer/updateLabels calls
+       // FIXME audit setBuffer/updateBuffer calls
        inset().setBuffer(bv_->buffer());
 }
 
@@ -1668,7 +1668,7 @@ bool Cursor::upDownInMath(bool up)
        int yo = 0;
        getPos(xo, yo);
        xo = beforeDispatchPosX_;
-       
+
        // check if we had something else in mind, if not, this is the future
        // target
        if (x_target_ == -1)