aboutsummaryrefslogtreecommitdiffstats
path: root/art
diff options
context:
space:
mode:
Diffstat (limited to 'art')
-rw-r--r--art/ChangeLog4
-rw-r--r--art/Makefile.am1
-rw-r--r--art/listview.xpm34
3 files changed, 39 insertions, 0 deletions
diff --git a/art/ChangeLog b/art/ChangeLog
index 5c12dae5f5..9ea16ee481 100644
--- a/art/ChangeLog
+++ b/art/ChangeLog
@@ -1,3 +1,7 @@
+2003-10-10 Hans Petter Jansson <hpj@ximian.com>
+
+ * listview.xpm: Add calendar list view icon.
+
2003-09-24 Ettore Perazzoli <ettore@ximian.com>
* about-box.png: More artwork from Jakub.
diff --git a/art/Makefile.am b/art/Makefile.am
index 88f9a25442..bd96fd0759 100644
--- a/art/Makefile.am
+++ b/art/Makefile.am
@@ -183,6 +183,7 @@ buttons_DATA = \
fetch-mail.png \
forward.png \
goto-24.png \
+ listview.xpm \
monthview.xpm \
move-message.png \
next-message.png \
diff --git a/art/listview.xpm b/art/listview.xpm
new file mode 100644
index 0000000000..56d4a7fd64
--- /dev/null
+++ b/art/listview.xpm
@@ -0,0 +1,34 @@
+/* XPM */
+static char * listview_xpm[] = {
+"24 24 7 1",
+" c None",
+". c #000000",
+"+ c #D8D8D4",
+"@ c #919191",
+"# c #666666",
+"$ c #FFFFFF",
+"% c #F2F1ED",
+"....................... ",
+".++++++++++++++++++++@. ",
+".+@@@@@@@@@@@@@@@@@@@#. ",
+".+@@@@@@@@@@@@@@@@@@@#. ",
+".+@@@@@@@@@@@@@@@@@@@#. ",
+".@####################. ",
+".$%%%%%%%%%%%%%%%%%%%@. ",
+".$%%%%%%%%%%%%%%%%%%%@. ",
+".$%%%%%%%%%%%%%%%%%%%@. ",
+".@@@@@@@@@@@@@@@@@@@@#. ",
+".$%%%%%%%%%%%%%%%%%%%@. ",
+".$%%%%%%%%%%%%%%%%%%%@. ",
+".$%%%%%%%%%%%%%%%%%%%@. ",
+".@@@@@@@@@@@@@@@@@@@@#. ",
+".$%%%%%%%%%%%%%%%%%%%@. ",
+".$%%%%%%%%%%%%%%%%%%%@. ",
+".$%%%%%%%%%%%%%%%%%%%@. ",
+".@@@@@@@@@@@@@@@@@@@@#. ",
+".$%%%%%%%%%%%%%%%%%%%@. ",
+".$%%%%%%%%%%%%%%%%%%%@. ",
+".$%%%%%%%%%%%%%%%%%%%@. ",
+".+@@@@@@@@@@@@@@@@@@@#. ",
+"....................... ",
+" "};