claws-mail/src/pixmaps/copied.xpm
Paul Mangan 9d3cefbdff 2006-08-25 [paul] 2.4.0cvs90
* src/Makefile.am
	* src/stock_pixmap.c
	* src/stock_pixmap.h
	* src/summaryview.c
	* src/gtk/icon_legend.c
	* src/pixmaps/copied.xpm
	* src/pixmaps/moved.xpm
		add icons for delayed execution marked for
		copying, marked for moving
2006-08-25 13:09:21 +00:00

19 lines
285 B
C

/* XPM */
static char * copied_xpm[] = {
"10 10 6 1",
" c #020601",
". c #0A2307",
"+ c #0A2407",
"@ c #3CD52C",
"# c #FFFFFF",
"$ c #57DB49",
" .+....+. ",
".@@@@@@@@+",
".@@@@@@@@.",
".@@@@@@@@+",
"+@##$$##@+",
".@##$$##@.",
"+@@@@@@@@+",
".@@@@@@@@+",
".@@@@@@@@.",
" ++++++++ "};