2000-06-16 Damon Chaplin <damon@helixcode.com> * gui/jump.xpm: new icon for the EWeekView to jump to the day. * gui/Makefile.am (EXTRA_DIST): added jump.xpm svn path=/trunk/; revision=3602
15 lines
254 B
C
15 lines
254 B
C
/* XPM */
|
|
static char * jump_xpm[] = {
|
|
"16 8 3 1",
|
|
" c None",
|
|
". c #000000",
|
|
"+ c #FFFF00",
|
|
"................",
|
|
".++++++++++++++.",
|
|
".++++++++++++++.",
|
|
".++..++..++..++.",
|
|
".++..++..++..++.",
|
|
".++++++++++++++.",
|
|
".++++++++++++++.",
|
|
"................"};
|