]> git.lyx.org Git - features.git/commitdiff
commiting stuff also works.
authorPavel Sanda <sanda@lyx.org>
Mon, 21 Jul 2008 13:00:00 +0000 (13:00 +0000)
committerPavel Sanda <sanda@lyx.org>
Mon, 21 Jul 2008 13:00:00 +0000 (13:00 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25768 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyXAction.cpp

index 14557e017fcd85ce76773e1fefd1d27c8b9c5276..c7339bd05eef46e352c41a5ab8a38a15441bbbb7 100644 (file)
@@ -1874,19 +1874,26 @@ void LyXAction::init()
  */
                { LFUN_CELL_SPLIT, "cell-split", Noop, Edit },
 
-               { LFUN_VC_CHECK_IN, "vc-check-in", ReadOnly, System },
-               { LFUN_VC_CHECK_OUT, "vc-check-out", ReadOnly, System },
 /*!
  * \var lyx::FuncCode lyx::LFUN_VC_REGISTER
  * \li Action: Register the document as an file inside version control system (RCS).
- * \li Notion: File is registered inside cvs or rcs repository acording to the existence 
-               of cvs entries in the document's directory. 
+ * \li Notion: File is registered inside cvs or rcs repository acording to the existence
+               of cvs entries in the document's directory.
               See LyX Extended Manual (Version Control Chapter) for additional information. \n
  * \li Syntax: vc-register
  * \li Origin: Lgb, 1 Jul 1997
  * \endvar
  */
                { LFUN_VC_REGISTER, "vc-register", ReadOnly, System },
+/*!
+ * \var lyx::FuncCode lyx::LFUN_VC_CHECK_IN
+ * \li Action: Checks-in/commits the changes of the registered file to the repository.
+ * \li Syntax: vc-check-in
+ * \li Origin: Lgb, 1 Jul 1997
+ * \endvar
+ */
+               { LFUN_VC_CHECK_IN, "vc-check-in", ReadOnly, System },
+               { LFUN_VC_CHECK_OUT, "vc-check-out", ReadOnly, System },
                { LFUN_VC_REVERT, "vc-revert", ReadOnly, System },
                { LFUN_VC_UNDO_LAST, "vc-undo-last", ReadOnly, System },