git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25001 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2008-05-29 23:11:06 +00:00
parent 2e968d0661
commit 2b8c5bd406

View File

@ -906,6 +906,13 @@ void LyXAction::init()
* \endvar
*/
{ LFUN_LAYOUT_PARAGRAPH, "layout-paragraph", ReadOnly, Layout },
/*!
* \var lyx::FuncCode lyx::LFUN_LAYOUT_TABULAR
* \li Action: Launches the tabular settings dialog.
* \li Syntax: layout-tabular
* \li Origin: Jug, 31 Jul 2000
* \endvar
*/
{ LFUN_LAYOUT_TABULAR, "layout-tabular", Noop, Layout },
/*!
* \var lyx::FuncCode lyx::LFUN_DROP_LAYOUTS_CHOICE