Files
evolution/art/task-assigned.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

31 lines
545 B
C

/* XPM */
static char * task_assigned_xpm[] = {
"16 16 11 1",
" c None",
". c #000000",
"+ c #FFFFFF",
"@ c #F3F3F3",
"# c #CCCCCC",
"$ c #B2B2B2",
"% c #ECECEC",
"& c #FFCC66",
"* c #CC9933",
"= c #996600",
"- c #EEEEEE",
" . . . . . ",
" ........... ",
" .+.+.+.+.+.@. ",
" .+.#.#.#.#.$. ",
" .+%%%%%%%%%$. ",
" .+##..#####$. ",
" .+%%.&.%%%%$. ",
"......&&.###$. ",
".&&&&&&&&.%%$. ",
".&*&*&*&*&.#$. ",
".========.%%$. ",
"......==.###$. ",
" .+%%.=.%%%%$. ",
" .-$$..$$$$$$. ",
" ........... ",
" "};