Correct grammar in comment.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36732 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2010-12-04 23:29:51 +00:00
parent 25fb104d74
commit 2a11b8347c

View 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