From d1297047e7766993f3c93617825e1868f79a41a0 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Sat, 29 Sep 2012 17:40:05 +0200 Subject: [PATCH] Move similar LFUNs to one place. --- src/LyXAction.cpp | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index d8c6eec97c..d1dfdc3d8d 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -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. -- 2.39.5