git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31617 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2009-10-14 19:27:12 +00:00
parent f4f465a532
commit d4bf62b417
3 changed files with 3 additions and 3 deletions

View File

@ -72,7 +72,7 @@ Menuset
OptItem "Register...|R" "vc-register"
OptItem "Check In Changes...|I" "vc-check-in"
OptItem "Check Out for Edit|O" "vc-check-out"
OptItem "Update local directory with repository" "vc-repo-synchro"
OptItem "Update local directory with repository" "vc-repo-update"
OptItem "Revert to Repository Version|v" "vc-revert"
OptItem "Undo Last Check In|U" "vc-undo-last"
OptItem "Show History...|H" "dialog-show vclog"

View File

@ -258,7 +258,7 @@ ToolbarSet
Separator
Item "Use SVN file locking property" "vc-locking-toggle"
Separator
Item "Synchronize local directory with repository" "vc-repo-synchro"
Item "Synchronize local directory with repository" "vc-repo-update"
End
Toolbar "math_panels" "Math Panels"

View File

@ -2180,7 +2180,7 @@ void LyXAction::init()
* \li Origin: sanda, 16 Oct 2009
* \endvar
*/
{ LFUN_VC_REPO_UPDATE, "vc-repo-synchro", ReadOnly, System },
{ LFUN_VC_REPO_UPDATE, "vc-repo-update", ReadOnly, System },
/*!
* \var lyx::FuncCode lyx::LFUN_CHANGES_TRACK