From 026f6a454a1f9c08685dbb380a82e9a1e3815960 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Tue, 1 Sep 2009 01:08:48 +0000 Subject: [PATCH] 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 --- development/scons/scons_manifest.py | 4 ++-- lib/Makefile.am | 6 +++--- lib/images/{math => }/update-others.png | Bin lib/images/{math => }/view-others.png | Bin 4 files changed, 5 insertions(+), 5 deletions(-) rename lib/images/{math => }/update-others.png (100%) rename lib/images/{math => }/view-others.png (100%) 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/update-others.png similarity index 100% rename from lib/images/math/update-others.png rename to lib/images/update-others.png diff --git a/lib/images/math/view-others.png b/lib/images/view-others.png similarity index 100% rename from lib/images/math/view-others.png rename to lib/images/view-others.png -- 2.39.2