Files
evolution/art/empty.xpm
Chris Toshok b2e8db035a make it transparent instead of white.
2000-10-06  Chris Toshok  <toshok@helixcode.com>

	* art/empty.xpm: make it transparent instead of white.

svn path=/trunk/; revision=5770
2000-10-06 19:46:19 +00:00

22 lines
401 B
C

/* XPM */
static char * empty_xpm[] = {
"16 16 2 1",
" c None",
". c #FFFFFF",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "};