Files
evolution/calendar/gui/jump.xpm
Damon Chaplin 6c220a4ac7 new icon for the EWeekView to jump to the day.
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
2000-06-16 23:52:52 +00:00

15 lines
254 B
C

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