add buffer-new.xpm from Vitaly Lipatov <LAV@VL3143.spb.edu>

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4250 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
John Levon 2002-05-28 13:04:58 +00:00
parent ef3950d26c
commit 99732e7e2c
2 changed files with 30 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2002-05-28 John Levon <moz@compsoc.man.ac.uk>
* images/buffer-new.xpm: icon from Vitaly Lipatov
2002-05-24 John Levon <moz@compsoc.man.ac.uk>
* CREDITS: kill mention of KDE

26
lib/images/buffer-new.xpm Normal file
View File

@ -0,0 +1,26 @@
/* XPM */
static char * buffer_new_xpm[] = {
"20 20 3 1",
" c None",
"X c #000000",
". c #FFFFFF",
" XXXXXXXXXX ",
" X.......X.X ",
" X.......X..X ",
" X.......X...X ",
" X.......X....X ",
" X.......XXXXXXX ",
" 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 ",
" XXXXXXXXXXXXXXX "};