From a74d594e2fcea73193b8ab208b0d333c76e9ece0 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Tue, 13 Feb 2001 23:50:25 +0000 Subject: Set toolbar new appointment icon (set_pixmap): load files rather than 2001-02-13 JP Rosevear * gui/calendar-commands.c (update_pixmaps): Set toolbar new appointment icon (set_pixmap): load files rather than create from xpm file * gui/*view.xpm: move to the art directory 2001-02-13 JP Rosevear * art/Makefile.am: install new files * art/*view.xpm: add files from calendar/gui svn path=/trunk/; revision=8216 --- art/monthview.xpm | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 art/monthview.xpm (limited to 'art/monthview.xpm') diff --git a/art/monthview.xpm b/art/monthview.xpm new file mode 100644 index 0000000000..21c76151d5 --- /dev/null +++ b/art/monthview.xpm @@ -0,0 +1,34 @@ +/* XPM */ +static char * monthview_xpm[] = { +"24 24 7 1", +" c None", +". c #000000", +"+ c #FFFFFF", +"@ c #666666", +"# c #919191", +"$ c #F2F1ED", +"% c #D8D8D4", +"....................... ", +".+++++++++++++++++++++. ", +".+@@@@@@@@@@@@@@@@@@@#. ", +".+@@@@@@@@@@@@@@@@@@@#. ", +".+$$$#$$$#$$$#$$$#$$$#. ", +".+$$$#$$$#$$$#$$$#$$$#. ", +".+$$$#$$$#$$$#$$$#$$$#. ", +".+####################. ", +".+$$$#$$$#$$$#$$$#$$$#. ", +".+$$$#$$$#$$$#$$$#$$$#. ", +".+$$$#$$$#$$$#$$$#$$$#. ", +".+$$$#$$$#$$$#$$$#$$$#. ", +".+####################. ", +".+$$$#$$$#$$$#$$$#$$$#. ", +".+$$$#$$$#$$$#$$$#$$$#. ", +".+$$$#$$$#$$$#$$$#$$$#. ", +".+$$$#$$$#$$$#$$$#$$$#. ", +".+####################. ", +".+$$$#$$$#$$$#$$$#$$$#. ", +".+$$$#$$$#$$$#$$$#$$$#. ", +".+$$$#$$$#$$$#$$$#$$$#. ", +".%###################@. ", +"....................... ", +" "}; -- cgit v1.2.3