mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 11:08:41 +00:00
* 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:
parent
969ab85d98
commit
3988637488
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user