]> git.lyx.org Git - lyx.git/commitdiff
Adjust the comment for r28242.
authorVincent van Ravesteijn <vfr@lyx.org>
Sun, 18 Jan 2009 15:28:25 +0000 (15:28 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Sun, 18 Jan 2009 15:28:25 +0000 (15:28 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28244 a592a061-630c-0410-9148-cb99ea01b6c8

src/BufferView.cpp

index 09884c6308ce12c8468265b4d3ea376acbd6f534..57e6742bce66841544a38472cd2492228eba8463 100644 (file)
@@ -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);