mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
Fixes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31617 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
f4f465a532
commit
d4bf62b417
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user