]> git.lyx.org Git - features.git/commitdiff
in trunk too
authorPavel Sanda <sanda@lyx.org>
Wed, 14 Oct 2009 20:08:37 +0000 (20:08 +0000)
committerPavel Sanda <sanda@lyx.org>
Wed, 14 Oct 2009 20:08:37 +0000 (20:08 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31622 a592a061-630c-0410-9148-cb99ea01b6c8

development/scons/scons_manifest.py
lib/Makefile.am
lib/doc/Additional.lyx
lib/ui/stdmenus.inc

index 824a1f5cae142cfab11166106f76828fcadaec6d..81d91017871665790cf1acb4dd807c9df3033317 100644 (file)
@@ -1528,7 +1528,7 @@ lib_images_files = Split('''
     vc-check-out.png
     vc-locking-toggle.png
     vc-register.png
-    vc-repo-synchro.png
+    vc-repo-update.png
     vc-revert.png
     view-others.png
 ''')
index 8a450bcedbda26b28337832428fffb624973468a..623c567f84c69035fc38f324b50bc112dd046e1b 100644 (file)
@@ -433,7 +433,7 @@ dist_images_DATA = \
        images/vc-check-out.png \
        images/vc-locking-toggle.png \
        images/vc-register.png \
-       images/vc-repo-synchro.png \
+       images/vc-repo-update.png \
        images/vc-revert.png \
        images/view-others.png
 
index a5e22c662d1b2b5d54d5dc35cfb143e1b3f54cc1..d78ff2116bf906a644ddc1eb46b2e2fe812ff700 100644 (file)
@@ -18405,7 +18405,7 @@ Control
  ssh, you will be asked in terminal window.
  LyX was tested against SVN 1.5 and 1.6
 \begin_inset Foot
-status open
+status collapsed
 
 \begin_layout Plain Layout
 Most of the commands will work with 1.4 too, see 
@@ -18649,9 +18649,8 @@ Update local directory from repository
 
 \end_inset
 
- command updates the whole directory in which resides your document.
- In case of merge conflicts local version of the files are left, so no unintende
-d data loss occurs.
+ command updates the whole directory and in case of merge conflicts local
+ version of the files are left, so no unintended data loss occurs.
  If local changes are detected user is warned before update starts.
 \end_layout
 
index 7f30b5916f1cb7aa451b28930478a36a40f83e0a..070763d180769d40f2b344398d2d5b5c77640ef1 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 from repository" "vc-repo-update"
+               OptItem "Update local directory from repository|d" "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"