]> git.lyx.org Git - lyx.git/commitdiff
* src/text3.C: fix comment (now it makes sense)
authorMichael Schmitt <michael.schmitt@teststep.org>
Thu, 1 Feb 2007 16:23:24 +0000 (16:23 +0000)
committerMichael Schmitt <michael.schmitt@teststep.org>
Thu, 1 Feb 2007 16:23:24 +0000 (16:23 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17009 a592a061-630c-0410-9148-cb99ea01b6c8

src/text3.C

index f42bfb20f85af8b99004e70a8040c49017c67455..4e2636233158f9643ac9197a8ff7ce2b3ed588c7 100644 (file)
@@ -1176,7 +1176,7 @@ void LyXText::dispatch(LCursor & cur, FuncRequest & cmd)
                cur.pos() = 0;
                cur.dispatch(FuncRequest(LFUN_CAPTION_INSERT));
                // FIXME: When leaving the Float (or Wrap) inset we should
-               // any empty paragraph left above or below the
+               // delete any empty paragraph left above or below the
                // caption.
                break;
        }