
2001-02-13 JP Rosevear <jpr@ximian.com> * 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 <jpr@ximian.com> * art/Makefile.am: install new files * art/*view.xpm: add files from calendar/gui svn path=/trunk/; revision=8216
35 lines
831 B
C
35 lines
831 B
C
/* XPM */
|
|
static char * weekview_xpm[] = {
|
|
"24 24 7 1",
|
|
" c None",
|
|
". c #000000",
|
|
"+ c #FFFFFF",
|
|
"@ c #D8D8D4",
|
|
"# c #F2F1ED",
|
|
"$ c #919191",
|
|
"% c #666666",
|
|
"....................... ",
|
|
".++++++++++@++++++++++. ",
|
|
".+#..$.$###$#..$.$###$. ",
|
|
".+#########$#########$. ",
|
|
".+#########$#########$. ",
|
|
".+#########$#########$. ",
|
|
".+#########$#########$. ",
|
|
".+$$$$$$$$$$$$$$$$$$$$. ",
|
|
".+#..$.$###$#..$.$###$. ",
|
|
".+#########$#########$. ",
|
|
".+#########$#########$. ",
|
|
".+#########$#########$. ",
|
|
".+#########$#########$. ",
|
|
".+$$$$$$$$$$$$$$$$$$$$. ",
|
|
".+#..$.$###$#..$.$###$. ",
|
|
".+#########$#########$. ",
|
|
".+#########$#########$. ",
|
|
".+#########$$$$$$$$$$$. ",
|
|
".+#########$#..$.$###$. ",
|
|
".+#########$#########$. ",
|
|
".+#########$#########$. ",
|
|
".@$$$$$$$$$%$$$$$$$$$%. ",
|
|
"....................... ",
|
|
" "};
|