aboutsummaryrefslogtreecommitdiffstats
path: root/art/broken-image-16.xpm
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@novell.com>2004-05-20 03:23:10 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-05-20 03:23:10 +0800
commit25d4d6ae5b37ce855ce0baabe36fde4ff9f442d1 (patch)
tree30ab55c0a483a05ed36371f08221e7eb0138b8e3 /art/broken-image-16.xpm
parentc7dbb95e79df331a75d7ba49cedc1b8e816422cf (diff)
downloadgsoc2013-evolution-25d4d6ae5b37ce855ce0baabe36fde4ff9f442d1.tar
gsoc2013-evolution-25d4d6ae5b37ce855ce0baabe36fde4ff9f442d1.tar.gz
gsoc2013-evolution-25d4d6ae5b37ce855ce0baabe36fde4ff9f442d1.tar.bz2
gsoc2013-evolution-25d4d6ae5b37ce855ce0baabe36fde4ff9f442d1.tar.lz
gsoc2013-evolution-25d4d6ae5b37ce855ce0baabe36fde4ff9f442d1.tar.xz
gsoc2013-evolution-25d4d6ae5b37ce855ce0baabe36fde4ff9f442d1.tar.zst
gsoc2013-evolution-25d4d6ae5b37ce855ce0baabe36fde4ff9f442d1.zip
New file explaining how to add icons to the build, etc.
2004-05-19 Jeffrey Stedfast <fejj@novell.com> * README: New file explaining how to add icons to the build, etc. * broken-image-*.xpm: Added for use with e-icon-factory.c so we can return a "bropken image" icon for any icon we can't find/load. * .: Removed many *many* icons that are no longer used. svn path=/trunk/; revision=25984
Diffstat (limited to 'art/broken-image-16.xpm')
-rw-r--r--art/broken-image-16.xpm61
1 files changed, 61 insertions, 0 deletions
diff --git a/art/broken-image-16.xpm b/art/broken-image-16.xpm
new file mode 100644
index 0000000000..e96ee1aab0
--- /dev/null
+++ b/art/broken-image-16.xpm
@@ -0,0 +1,61 @@
+/* XPM */
+static char * broken_image_16_xpm[] = {
+"16 16 42 1",
+" c None",
+". c #000000",
+"+ c #FEFEFE",
+"@ c #FDFDFD",
+"# c #E0E0E0",
+"$ c #C1C1C1",
+"% c #F1F1F1",
+"& c #C3C3C3",
+"* c #FBFBFB",
+"= c #A8A8A8",
+"- c #ADADAD",
+"; c #767676",
+"> c #5D5D5D",
+", c #404040",
+"' c #F0F0F0",
+") c #E2E2E2",
+"! c #858585",
+"~ c #4B4B49",
+"{ c #161616",
+"] c #EFEFEF",
+"^ c #EEEEEE",
+"/ c #C5C5C5",
+"( c #DF421E",
+"_ c #ECECEC",
+": c #C4C4C4",
+"< c #EBEBEB",
+"[ c #EDEDED",
+"} c #EAEAEA",
+"| c #E8E8E8",
+"1 c #C0C0C0",
+"2 c #E7E7E7",
+"3 c #BFBFBF",
+"4 c #E6E6E6",
+"5 c #E5E5E5",
+"6 c #BEBEBE",
+"7 c #E4E4E4",
+"8 c #BDBDBD",
+"9 c #E3E3E3",
+"0 c #BBBBBB",
+"a c #C2C2C2",
+"b c #BCBCBC",
+"c c #A0A0A0",
+" ......... ",
+" .++++++@#$. ",
+" .+%%%%%%&*=. ",
+" .+%%%%%%-;>,. ",
+" .+%%%%%')!~{. ",
+" .+%]]]]]]^^/. ",
+" .+]]((^((^_:. ",
+" .@^^(((((^<&. ",
+" .@[__(((}}}$. ",
+" .@<|(((((||1. ",
+" .@}}((|((223. ",
+" .@|444444456. ",
+" .@2244455778. ",
+" .@4555779990. ",
+" .a888bb0000c. ",
+" ........... "};