From 9904bdae509a870c765fe9ebb21f3efaa1836458 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 30 May 2000 21:55:40 +0000 Subject: copy this over from mail/pixmaps svn path=/trunk/; revision=3294 --- art/Makefile.am | 1 + art/empty.xpm | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 art/empty.xpm (limited to 'art') diff --git a/art/Makefile.am b/art/Makefile.am index 25eaf379e8..a7de1604af 100644 --- a/art/Makefile.am +++ b/art/Makefile.am @@ -21,6 +21,7 @@ images_DATA = \ EXTRA_DIST = \ attachment.xpm \ + empty.xpm \ mail-new.xpm \ mail-read.xpm \ mail-replied.xpm \ diff --git a/art/empty.xpm b/art/empty.xpm new file mode 100644 index 0000000000..93b02c0164 --- /dev/null +++ b/art/empty.xpm @@ -0,0 +1,21 @@ +/* XPM */ +static char * empty_xpm[] = { +"16 16 2 1", +" c None", +". c #FFFFFF", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................"}; -- cgit