]> git.lyx.org Git - features.git/commitdiff
resuscitate Vert.png as vert2.png
authorEdwin Leuven <e.leuven@gmail.com>
Tue, 8 Apr 2008 14:57:06 +0000 (14:57 +0000)
committerEdwin Leuven <e.leuven@gmail.com>
Tue, 8 Apr 2008 14:57:06 +0000 (14:57 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24175 a592a061-630c-0410-9148-cb99ea01b6c8

development/scons/scons_manifest.py
lib/Makefile.am
lib/images/math/vert2.png [new file with mode: 0644]
src/frontends/qt4/GuiToolbar.cpp

index b5fe87d36fe5306d12a1c22cf81963c0ac2f7ec4..009d7c4d8be8200567a4b339628e817c2f200b2e 100644 (file)
@@ -1496,7 +1496,6 @@ lib_images_math_files = Split('''
     Re.png
     Rrightarrow.png
     Rsh.png
-    Vert.png
     Vvdash.png
     acute.png
     aleph.png
@@ -1970,6 +1969,7 @@ lib_images_math_files = Split('''
     vee.png
     veebar.png
     vert.png
+    vert2.png
     vphantom.png
     wedge.png
     widehat.png
index be0db071e216c2a3510b90df7c12a98808f5c21f..cb5ad6ddbedef9a23643aa50c00851aa8bc55641 100644 (file)
@@ -870,8 +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/vert2.png \
        images/math/vphantom.png \
        images/math/wedge.png \
        images/math/widehat.png \
diff --git a/lib/images/math/vert2.png b/lib/images/math/vert2.png
new file mode 100644 (file)
index 0000000..3bc9fab
Binary files /dev/null and b/lib/images/math/vert2.png differ
index 2c90b17f9334b522b9c81c1661157d7c7559cddf..f7f5e4a1b93256112e64b867daf7a553930aa521 100644 (file)
@@ -142,7 +142,8 @@ PngMap sorted_png_map[] = {
        { "nvDash", "nvdash2" },
        { "textrm \\AA", "textrm_AA"},
        { "textrm \\O", "textrm_O"},
-       { "vDash", "vdash2" }
+       { "vDash", "vdash2" },
+       { "Vert", "vert2" }
 };
 
 size_t const nr_sorted_png_map = sizeof(sorted_png_map) / sizeof(PngMap);