]> git.lyx.org Git - lyx.git/commitdiff
Move similar LFUNs to one place.
authorPavel Sanda <sanda@lyx.org>
Sat, 29 Sep 2012 15:40:05 +0000 (17:40 +0200)
committerPavel Sanda <sanda@lyx.org>
Sat, 29 Sep 2012 15:42:27 +0000 (17:42 +0200)
src/LyXAction.cpp

index d8c6eec97c90f64f426a56f26b2eaf848cbe7b43..d1dfdc3d8d5191b6a0d681fad7104c1d3038aa1f 100644 (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.