copy this over from mail/pixmaps
svn path=/trunk/; revision=3294
This commit is contained in:
@ -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
21
art/empty.xpm
Normal file
@ -0,0 +1,21 @@
|
||||
/* XPM */
|
||||
static char * empty_xpm[] = {
|
||||
"16 16 2 1",
|
||||
" c None",
|
||||
". c #FFFFFF",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................"};
|
Reference in New Issue
Block a user