From: Uwe Stöhr Date: Tue, 1 Sep 2009 01:08:48 +0000 (+0000) Subject: view-others.png, update-others.png: move these files to the folder of the other buffe... X-Git-Tag: 2.0.0~5570 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=026f6a454a1f9c08685dbb380a82e9a1e3815960;p=features.git view-others.png, update-others.png: move these files to the folder of the other buffer-related icons - it is confusing why these two buffer- and not math-related icons are in the math folder git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31255 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/development/scons/scons_manifest.py b/development/scons/scons_manifest.py index 0130f0b66b..86a8002cbb 100644 --- a/development/scons/scons_manifest.py +++ b/development/scons/scons_manifest.py @@ -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 diff --git a/lib/Makefile.am b/lib/Makefile.am index 41576a2a3a..143411da61 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -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 index b66a572775..0000000000 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 index 61a4fdba27..0000000000 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 index 0000000000..b66a572775 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 index 0000000000..61a4fdba27 Binary files /dev/null and b/lib/images/view-others.png differ