The branch, master, has been updated.

- Log -----------------------------------------------------------------

commit d1297047e7766993f3c93617825e1868f79a41a0
Author: Pavel Sanda <sa...@lyx.org>
Date:   Sat Sep 29 17:40:05 2012 +0200

    Move similar LFUNs to one place.

diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp
index d8c6eec..d1dfdc3 100644
--- a/src/LyXAction.cpp
+++ b/src/LyXAction.cpp
@@ -2676,17 +2676,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.
  * \li Notion: Close the current work area. If no other work areas are showing 
the buffer,
@@ -2698,6 +2687,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.
  * \li Syntax: dialog-show <NAME> [<DATA>]

-----------------------------------------------------------------------

Summary of changes:
 src/LyXAction.cpp |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
The LyX Source Repository

Reply via email to