]> git.lyx.org Git - lyx.git/blobdiff - src/Cursor.cpp
Get rid of all-insets-toggle and explain how to replace it with inset-forall.
[lyx.git] / src / Cursor.cpp
index c6b633379c4f2a1ec0f8e91325a0778e399e1e51..bcfbcf7e2ec37247236ff73119199a7624b84359 100644 (file)
@@ -26,7 +26,6 @@
 #include "FuncCode.h"
 #include "FuncRequest.h"
 #include "Language.h"
-#include "LyX.h"
 #include "LyXAction.h"
 #include "LyXRC.h"
 #include "Paragraph.h"
@@ -1351,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());
 }