]> git.lyx.org Git - features.git/commitdiff
Correct grammar in comment.
authorAbdelrazak Younes <younes@lyx.org>
Sat, 4 Dec 2010 23:29:51 +0000 (23:29 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Sat, 4 Dec 2010 23:29:51 +0000 (23:29 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36732 a592a061-630c-0410-9148-cb99ea01b6c8

src/CutAndPaste.cpp

index d4cf25ba1ff381cb6f1ae01646c0000289e9c83a..23774c0335df7e296acaa3894a4c675c99902339 100644 (file)
@@ -784,9 +784,11 @@ void cutSelection(Cursor & cur, bool doclear, bool realcut)
 
                // need a valid cursor. (Lgb)
                cur.clearSelection();
-               // After a cut operation, we need to make sure that the Buffer is updated
-               // because some further operation will need updated label information for
+
+               // After a cut operation, we must make sure that the Buffer is updated
+               // because some further operation might need updated label information for
                // example. So we cannot just use "cur.forceBufferUpdate()" here.
+               // This fixes #7071.
                cur.buffer()->updateBuffer();
 
                // tell tabular that a recent copy happened