From 3988637488725df2a0172f333e9cd2a691b10675 Mon Sep 17 00:00:00 2001 From: Michael Schmitt Date: Thu, 1 Feb 2007 16:23:24 +0000 Subject: [PATCH] * src/text3.C: fix comment (now it makes sense) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17009 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/text3.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/text3.C b/src/text3.C index f42bfb20f8..4e26362331 100644 --- a/src/text3.C +++ b/src/text3.C @@ -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; } -- 2.39.5