diff options
author | Jakub Steiner <jimmac@src.gnome.org> | 2001-03-22 17:15:30 +0800 |
---|---|---|
committer | Jakub Steiner <jimmac@src.gnome.org> | 2001-03-22 17:15:30 +0800 |
commit | a52b65816a29007a2e8796db634c18b4821f5a66 (patch) | |
tree | f5d7b1f5217f6e366ecd7dfdb79b044fdf8905a7 /art/work_offline.xpm | |
parent | e549f119aa9afbfca2647e23c6ac4f8e799157e0 (diff) | |
download | gsoc2013-evolution-a52b65816a29007a2e8796db634c18b4821f5a66.tar.gz gsoc2013-evolution-a52b65816a29007a2e8796db634c18b4821f5a66.tar.zst gsoc2013-evolution-a52b65816a29007a2e8796db634c18b4821f5a66.zip |
renaming icons to make Miguel's speedups possible
svn path=/trunk/; revision=8884
Diffstat (limited to 'art/work_offline.xpm')
-rw-r--r-- | art/work_offline.xpm | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/art/work_offline.xpm b/art/work_offline.xpm new file mode 100644 index 0000000000..b4c2cdc17f --- /dev/null +++ b/art/work_offline.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char * 16_work_offline_xpm[] = { +"16 16 14 1", +" c None", +". c #424242", +"+ c #212121", +"@ c #737373", +"# c #EFEFEF", +"$ c #DEDEDE", +"% c #CECECE", +"& c #101010", +"* c #8C8C8C", +"= c #636363", +"- c #ADADAD", +"; c #9C9C9C", +"> c #000000", +", c #BDBDBD", +" ", +" ", +" ", +" .+++..@ ", +" . ###$$%& ", +" @#*=*-*=*%@ ", +" .#;> %->;%+ ", +" .$-> %->,%+ ", +" .$;$#,;$ %+ ", +" .$$ %+% #%& ", +" @%-$@>@%-%. ", +" .,;;;;-,. ", +" @++++&. ", +" ", +" ", +" "}; |