* 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
This commit is contained in:
Michael Schmitt 2007-02-01 16:23:24 +00:00
parent 969ab85d98
commit 3988637488

View File

@ -1176,7 +1176,7 @@ void LyXText::dispatch(LCursor & cur, FuncRequest & cmd)
cur.pos() = 0; cur.pos() = 0;
cur.dispatch(FuncRequest(LFUN_CAPTION_INSERT)); cur.dispatch(FuncRequest(LFUN_CAPTION_INSERT));
// FIXME: When leaving the Float (or Wrap) inset we should // 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. // caption.
break; break;
} }