This commit was manufactured by cvs2svn to create branch 'BRANCH-1_2_X'.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH-1_2_X@4255 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
SVN User 2002-05-28 22:52:57 +00:00
parent 5262a84c62
commit d031387bb6

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 "};