Files
evolution/art/jump.xpm
Gediminas Paulauskas 8391885d18 Removed .oafinfo files -- they are obsolete. Moved pixmaps from
2001-03-15  Gediminas Paulauskas <menesis@delfi.lt>

Removed .oafinfo files -- they are obsolete.
Moved pixmaps from calendar/gui/ to art/
Moved evolution.png to art/
Moved evolution.desktop.in to data/
Generate doc/devel/executive-summary/Makefile

svn path=/trunk/; revision=8727
2001-03-15 03:46:54 +00:00

15 lines
254 B
C

/* XPM */
static char * jump_xpm[] = {
"16 8 3 1",
" c None",
". c #000000",
"+ c #FFFF00",
"................",
".++++++++++++++.",
".++++++++++++++.",
".++..++..++..++.",
".++..++..++..++.",
".++++++++++++++.",
".++++++++++++++.",
"................"};