Move similar LFUNs to one place.

This commit is contained in:
Pavel Sanda 2012-09-29 17:40:05 +02:00
parent d63b137ae6
commit d1297047e7

View File

@ -2675,17 +2675,6 @@ void LyXAction::init()
*/
{ LFUN_VIEW_SPLIT, "view-split", ReadOnly, Buffer },
/*!
* \var lyx::FuncCode lyx::LFUN_TAB_GROUP_CLOSE
* \li Action: Close the current tab group.
* \li Notion: This only closes the work areas, not the buffers themselves.
The still opened buffers can be visualized in another tab group.
* \li Syntax: tab-group-close
* \li Origin: Abdel, 21 Feb 2008
* \endvar
*/
{ LFUN_TAB_GROUP_CLOSE, "tab-group-close", ReadOnly, Buffer },
/*!
* \var lyx::FuncCode lyx::LFUN_VIEW_CLOSE
* \li Action: Close the current document work area.
@ -2697,6 +2686,17 @@ void LyXAction::init()
*/
{ LFUN_VIEW_CLOSE, "view-close", ReadOnly, Buffer },
/*!
* \var lyx::FuncCode lyx::LFUN_TAB_GROUP_CLOSE
* \li Action: Close the current tab group.
* \li Notion: This only closes the work areas, not the buffers themselves.
The still opened buffers can be visualized in another tab group.
* \li Syntax: tab-group-close
* \li Origin: Abdel, 21 Feb 2008
* \endvar
*/
{ LFUN_TAB_GROUP_CLOSE, "tab-group-close", ReadOnly, Buffer },
/*!
* \var lyx::FuncCode lyx::LFUN_DIALOG_SHOW
* \li Action: Shows hidden dialog or creates new one for a given function/inset settings etc.