copy this over from mail/pixmaps

svn path=/trunk/; revision=3294
This commit is contained in:
Dan Winship
2000-05-30 21:55:40 +00:00
parent c7381e8f14
commit 9904bdae50
2 changed files with 22 additions and 0 deletions

View File

@ -21,6 +21,7 @@ images_DATA = \
EXTRA_DIST = \
attachment.xpm \
empty.xpm \
mail-new.xpm \
mail-read.xpm \
mail-replied.xpm \

21
art/empty.xpm Normal file
View File

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