From: Vincent van Ravesteijn Date: Sun, 18 Jan 2009 15:28:25 +0000 (+0000) Subject: Adjust the comment for r28242. X-Git-Tag: 2.0.0~7376 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=7da84afa629d22fdef044963a05f5d1cf2075409;p=lyx.git Adjust the comment for r28242. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28244 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/BufferView.cpp b/src/BufferView.cpp index 09884c6308..57e6742bce 100644 --- a/src/BufferView.cpp +++ b/src/BufferView.cpp @@ -903,7 +903,7 @@ FuncStatus BufferView::getStatus(FuncRequest const & cmd) case LFUN_COPY_LABEL_AS_REF: { // if there is an inset at cursor, see whether it - // handles the lfun, other start from scratch + // handles the lfun Inset * inset = cur.nextInset(); if (!inset || !inset->getStatus(cur, cmd, flag)) flag.setEnabled(false);