]> git.lyx.org Git - features.git/commitdiff
* Doxy.
authorPavel Sanda <sanda@lyx.org>
Thu, 21 Feb 2008 15:15:36 +0000 (15:15 +0000)
committerPavel Sanda <sanda@lyx.org>
Thu, 21 Feb 2008 15:15:36 +0000 (15:15 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23102 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyXAction.cpp

index de87b5479d9185eb98fc4a485ea6f86aa572eab8..8599aec56d4ff18ccf33c49da964df87ccfd0cb8 100644 (file)
@@ -1147,7 +1147,7 @@ void LyXAction::init()
  * \li Syntax: split-view <vertical|horizontal>
  * \li Params: horizontal : The work areas are laid out side by side.\n
                vertical   : The work areas laid out vertically.\n
- * \li Origin: abdel, 20 Feb 2007
+ * \li Origin: abdel, 20 Feb 2008
  * \endvar
  */
                { LFUN_SPLIT_VIEW, "split-view", ReadOnly, Buffer },
@@ -1158,7 +1158,7 @@ void LyXAction::init()
  * \li Notion: This only closes the work areas, not the buffer themselves.
                The still opened buffers can be visualized in another tab group.
  * \li Syntax: close-tab-group
- * \li Origin: abdel, 21 Feb 2007
+ * \li Origin: abdel, 21 Feb 2008
  * \endvar
  */
                { LFUN_CLOSE_TAB_GROUP, "close-tab-group", ReadOnly, Buffer },