]> git.lyx.org Git - features.git/commitdiff
Fixes
authorPavel Sanda <sanda@lyx.org>
Wed, 14 Oct 2009 19:27:12 +0000 (19:27 +0000)
committerPavel Sanda <sanda@lyx.org>
Wed, 14 Oct 2009 19:27:12 +0000 (19:27 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31617 a592a061-630c-0410-9148-cb99ea01b6c8

lib/ui/stdmenus.inc
lib/ui/stdtoolbars.inc
src/LyXAction.cpp

index b69f600740f30bb9c427055a8efbaeb1bc8e91ee..87013805ffb0bf76f95050d124f4add617a1fda1 100644 (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"
index 5a1c1b897b1ba7a3b681db0ee2cf06e546b6066c..206affb8e6187141101f9d5c34e0ad1386d089ac 100644 (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"
index f5360f806fbf6823ccd811fe78b0c718537f5090..0b0eb0ca8fd7608dfeb8508f13fd8d060ab596a7 100644 (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