diff options
author | Jeffrey Stedfast <fejj@novell.com> | 2004-05-20 03:23:10 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-05-20 03:23:10 +0800 |
commit | 25d4d6ae5b37ce855ce0baabe36fde4ff9f442d1 (patch) | |
tree | 30ab55c0a483a05ed36371f08221e7eb0138b8e3 /art/priority-high.xpm | |
parent | c7dbb95e79df331a75d7ba49cedc1b8e816422cf (diff) | |
download | gsoc2013-evolution-25d4d6ae5b37ce855ce0baabe36fde4ff9f442d1.tar.gz 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/priority-high.xpm')
-rw-r--r-- | art/priority-high.xpm | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/art/priority-high.xpm b/art/priority-high.xpm deleted file mode 100644 index 884c8b8236..0000000000 --- a/art/priority-high.xpm +++ /dev/null @@ -1,22 +0,0 @@ -/* XPM */ -static char * priority_high_xpm[] = { -"16 16 3 1", -" c None", -". c #FFFFFF", -"X c #A7453E", -" ", -" ", -" . ", -" .X. ", -" .XXX. ", -" .XXX. ", -" .XXX. ", -" .XX. ", -" .XX. ", -" .X. ", -" .. ", -" .XX. ", -" .XX. ", -" .. ", -" ", -" "}; |