]> git.lyx.org Git - features.git/commitdiff
* fix symbol in the math panel (part of bug 4720):
authorJürgen Spitzmüller <spitz@lyx.org>
Tue, 8 Apr 2008 11:26:31 +0000 (11:26 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Tue, 8 Apr 2008 11:26:31 +0000 (11:26 +0000)
- Vert.png: rename to vert.png (what it actually is)
- Vert.png: add correct symbol

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24169 a592a061-630c-0410-9148-cb99ea01b6c8

development/scons/scons_manifest.py
lib/Makefile.am
lib/images/math/vert.png [new file with mode: 0644]

index d87aac30f3c266c262fb9a8ac27c2a6fc1e10ec2..b5fe87d36fe5306d12a1c22cf81963c0ac2f7ec4 100644 (file)
@@ -1969,6 +1969,7 @@ lib_images_math_files = Split('''
     vec.png
     vee.png
     veebar.png
+    vert.png
     vphantom.png
     wedge.png
     widehat.png
index 7b3c78ce1fb9c262b770d9606299348c885e060d..be0db071e216c2a3510b90df7c12a98808f5c21f 100644 (file)
@@ -408,7 +408,6 @@ dist_imagesmath_DATA = \
        images/math/Lsh.png \
        images/math/Re.png \
        images/math/Rsh.png \
-       images/math/Vert.png \
        images/math/Vvdash.png \
        images/math/acute.png \
        images/math/aleph.png \
@@ -871,6 +870,8 @@ dist_imagesmath_DATA = \
        images/math/vec.png \
        images/math/vee.png \
        images/math/veebar.png \
+       images/math/Vert.png \
+       images/math/vert.png \
        images/math/vphantom.png \
        images/math/wedge.png \
        images/math/widehat.png \
diff --git a/lib/images/math/vert.png b/lib/images/math/vert.png
new file mode 100644 (file)
index 0000000..3bc9fab
Binary files /dev/null and b/lib/images/math/vert.png differ