diff options
author | Gediminas Paulauskas <menesis@delfi.lt> | 2001-03-15 11:46:54 +0800 |
---|---|---|
committer | Gediminas Paulauskas <menesis@src.gnome.org> | 2001-03-15 11:46:54 +0800 |
commit | 8391885d18e36b4f6608abd0c2c23bb9d1130828 (patch) | |
tree | 9a4bd1c0a63f33ff2176b29ae98b8ebd70b800e7 /art/task-recurring.xpm | |
parent | 99a7cb5c61edb0f1703aa607e79c15ac254c5f86 (diff) | |
download | gsoc2013-evolution-8391885d18e36b4f6608abd0c2c23bb9d1130828.tar gsoc2013-evolution-8391885d18e36b4f6608abd0c2c23bb9d1130828.tar.gz gsoc2013-evolution-8391885d18e36b4f6608abd0c2c23bb9d1130828.tar.bz2 gsoc2013-evolution-8391885d18e36b4f6608abd0c2c23bb9d1130828.tar.lz gsoc2013-evolution-8391885d18e36b4f6608abd0c2c23bb9d1130828.tar.xz gsoc2013-evolution-8391885d18e36b4f6608abd0c2c23bb9d1130828.tar.zst gsoc2013-evolution-8391885d18e36b4f6608abd0c2c23bb9d1130828.zip |
Removed .oafinfo files -- they are obsolete. Moved pixmaps from
2001-03-15 Gediminas Paulauskas <menesis@delfi.lt>
Removed .oafinfo files -- they are obsolete.
Moved pixmaps from calendar/gui/ to art/
Moved evolution.png to art/
Moved evolution.desktop.in to data/
Generate doc/devel/executive-summary/Makefile
svn path=/trunk/; revision=8727
Diffstat (limited to 'art/task-recurring.xpm')
-rw-r--r-- | art/task-recurring.xpm | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/art/task-recurring.xpm b/art/task-recurring.xpm new file mode 100644 index 0000000000..634cd87a84 --- /dev/null +++ b/art/task-recurring.xpm @@ -0,0 +1,59 @@ +/* XPM */ +static char * task_recurring_xpm[] = { +"16 16 40 1", +" c None", +". c #000000", +"+ c #FFFFFF", +"@ c #F3F3F3", +"# c #CCCCCC", +"$ c #B2B2B2", +"% c #ECECEC", +"& c #BFBFC3", +"* c #A2A2B0", +"= c #454572", +"- c #9898A9", +"; c #85859C", +"> c #333366", +", c #4F4F79", +"' c #B3B3C3", +") c #A3A3B7", +"! c #9696AD", +"~ c #464672", +"{ c #7F7F99", +"] c #C9C9CA", +"^ c #3D3D6D", +"/ c #3B3B6B", +"( c #A4A4B8", +"_ c #B5B5C4", +": c #D1D1D8", +"< c #9191A4", +"[ c #B5B5BD", +"} c #9F9FAE", +"| c #4A4A76", +"1 c #40406F", +"2 c #E9E9E9", +"3 c #8F8FA9", +"4 c #9D9DAC", +"5 c #9090A4", +"6 c #55557F", +"7 c #ADADBE", +"8 c #484875", +"9 c #B9B9C7", +"0 c #DCDCE0", +"a c #EEEEEE", +" . . . . . ", +" ........... ", +" .+.+.+.+.+.@. ", +" .+.#.#.#.#.$. ", +" .+%%%%%%%%%$. ", +" .+&*=-#;>>,$. ", +" .+'>)%%!>>'$. ", +" .+~{]##;^/~$. ", +" .+>(%%%_:(>$. ", +" .+><[}###<>$. ", +" .+|^1!%%23|$. ", +" .+4>>;##5>4$. ", +" .+6>>!%7890$. ", +" .a$$$$$$$$$$. ", +" ........... ", +" "}; |