* fix symbol in the math panel (part of bug 4720):

- Vert.xpm: rename to vert.xpm (what it actually is)
	- Vert.xpm: add correct symbol

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@24170 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2008-04-08 11:34:41 +00:00
parent 20f3689198
commit 1ac3b26241
5 changed files with 53 additions and 21 deletions

View File

@ -2156,6 +2156,7 @@ lib_images_math_files = Split('''
vec.xpm
vee.xpm
veebar.xpm
vert.xpm
vphantom.xpm
wedge.xpm
widehat.xpm

View File

@ -851,6 +851,7 @@ dist_imagesmath_DATA = \
images/math/vec.xpm \
images/math/vee.xpm \
images/math/veebar.xpm \
images/math/vert.xpm \
images/math/vphantom.xpm \
images/math/wedge.xpm \
images/math/widehat.xpm \

View File

@ -1,28 +1,28 @@
/* XPM */
static char *vert[] = {
static char *parallel[] = {
/* columns rows colors chars-per-pixel */
"3 19 3 1",
"5 19 3 1",
" c black",
". c gray100",
"X c None",
/* pixels */
"XXX",
"XXX",
"XXX",
"XXX",
"X X",
"X X",
"X X",
"X X",
"X X",
"X X",
"X X",
"X X",
"X X",
"X X",
"X X",
"X X",
"X X",
"X X",
"X X"
"XXXXX",
"XXXXX",
"XXXXX",
"X X X",
"X X X",
"X X X",
"X X X",
"X X X",
"X X X",
"X X X",
"X X X",
"X X X",
"X X X",
"X X X",
"X X X",
"X X X",
"X X X",
"X X X",
"X X X"
};

28
lib/images/math/vert.xpm Normal file
View File

@ -0,0 +1,28 @@
/* XPM */
static char *vert[] = {
/* columns rows colors chars-per-pixel */
"3 19 3 1",
" c black",
". c gray100",
"X c None",
/* pixels */
"XXX",
"XXX",
"XXX",
"XXX",
"X X",
"X X",
"X X",
"X X",
"X X",
"X X",
"X X",
"X X",
"X X",
"X X",
"X X",
"X X",
"X X",
"X X",
"X X"
};

View File

@ -133,6 +133,8 @@ What's new
- Use *.* to select all files in the file selection dialog on Windows.
Using shortcuts for navigation is now possible.
- Fix \Vert symbol in the math panel (part of bug 4720).
* DOCUMENTATION