
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
22 lines
401 B
C
22 lines
401 B
C
/* XPM */
|
|
static char * recur_xpm[] = {
|
|
"16 16 2 1",
|
|
" c None",
|
|
". c #333366",
|
|
" ",
|
|
" ",
|
|
" .. ..... ",
|
|
" ... .... ",
|
|
" .. .... ",
|
|
" .. ..... ",
|
|
" .. . .. ",
|
|
" .. .. ",
|
|
" .. . .. ",
|
|
" ..... .. ",
|
|
" .... .. ",
|
|
" .... ... ",
|
|
" ..... .. ",
|
|
" ",
|
|
" ",
|
|
" "};
|