git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25056 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2008-06-01 16:45:25 +00:00
parent 44d46835fe
commit 772d040c16

View File

@ -290,6 +290,14 @@ void LyXAction::init()
* \endvar
*/
{ LFUN_FLOAT_WIDE_INSERT, "float-wide-insert", Noop, Edit },
/*!
* \var lyx::FuncCode lyx::LFUN_WRAP_INSERT
* \li Action: Inserts floats wrapped by the text around.
* \li Syntax: wrap-insert <TYPE>
* \li Params: <TYPE>: table|figure
* \li Origin: Dekel, 7 Apr 2002
* \endvar
*/
{ LFUN_WRAP_INSERT, "wrap-insert", Noop, Edit },
/*!
* \var lyx::FuncCode lyx::LFUN_OPTIONAL_INSERT