]> git.lyx.org Git - features.git/commitdiff
view-others.png, update-others.png: move these files to the folder of the other buffe...
authorUwe Stöhr <uwestoehr@web.de>
Tue, 1 Sep 2009 01:08:48 +0000 (01:08 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Tue, 1 Sep 2009 01:08:48 +0000 (01:08 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31255 a592a061-630c-0410-9148-cb99ea01b6c8

development/scons/scons_manifest.py
lib/Makefile.am
lib/images/math/update-others.png [deleted file]
lib/images/math/view-others.png [deleted file]
lib/images/update-others.png [new file with mode: 0644]
lib/images/view-others.png [new file with mode: 0644]

index 0130f0b66bf860c4ccdcef2f998ca7789eff11f2..86a8002cbb4144c9aa213899c0dab5d6ba37b7c9 100644 (file)
@@ -1521,12 +1521,14 @@ lib_images_files = Split('''
     undo.png
     unknown.png
     up.png
+    update-others.png
     url-insert.png
     vc-check-in.png
     vc-check-out.png
     vc-locking-toggle.png
     vc-register.png
     vc-revert.png
+    view-others.png
 ''')
 
 
@@ -1996,7 +1998,6 @@ lib_images_math_files = Split('''
     underset.png
     uparrow.png
     uparrow2.png
-    update-others.png
     updownarrow.png
     updownarrow2.png
     upharpoonleft.png
@@ -2031,7 +2032,6 @@ lib_images_math_files = Split('''
     veebar.png
     vert.png
     vert2.png
-    view-others.png
     vphantom.png
     Vvdash.png
     wedge.png
index 41576a2a3ab22ed910e08efb83688084a966f33c..143411da61168c0dbb8329cd733693d7496ac395 100644 (file)
@@ -422,12 +422,14 @@ dist_images_DATA = \
        images/undo.png \
        images/unknown.png \
        images/up.png \
+       images/update-others.png \
        images/url-insert.png \
        images/vc-check-in.png \
        images/vc-check-out.png \
        images/vc-locking-toggle.png \
        images/vc-register.png \
-       images/vc-revert.png
+       images/vc-revert.png \
+       images/view-others.png
 
 imagesmathdir = $(imagesdir)/math
 dist_imagesmath_DATA = \
@@ -889,7 +891,6 @@ dist_imagesmath_DATA = \
        images/math/underset.png \
        images/math/uparrow.png \
        images/math/uparrow2.png \
-       images/math/update-others.png \
        images/math/updownarrow.png \
        images/math/updownarrow2.png \
        images/math/upharpoonleft.png \
@@ -924,7 +925,6 @@ dist_imagesmath_DATA = \
        images/math/veebar.png \
        images/math/vert.png \
        images/math/vert2.png \
-       images/math/view-others.png \
        images/math/vphantom.png \
        images/math/Vvdash.png \
        images/math/wedge.png \
diff --git a/lib/images/math/update-others.png b/lib/images/math/update-others.png
deleted file mode 100644 (file)
index b66a572..0000000
Binary files a/lib/images/math/update-others.png and /dev/null differ
diff --git a/lib/images/math/view-others.png b/lib/images/math/view-others.png
deleted file mode 100644 (file)
index 61a4fdb..0000000
Binary files a/lib/images/math/view-others.png and /dev/null differ
diff --git a/lib/images/update-others.png b/lib/images/update-others.png
new file mode 100644 (file)
index 0000000..b66a572
Binary files /dev/null and b/lib/images/update-others.png differ
diff --git a/lib/images/view-others.png b/lib/images/view-others.png
new file mode 100644 (file)
index 0000000..61a4fdb
Binary files /dev/null and b/lib/images/view-others.png differ