resuscitate Vert.png as vert2.png

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24175 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Edwin Leuven 2008-04-08 14:57:06 +00:00
parent e8ba8d4fd6
commit 24130fa0c2
4 changed files with 4 additions and 3 deletions

View 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

View 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 \

BIN
lib/images/math/vert2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 119 B

View 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);