diff options
author | nobody <nobody@localhost> | 2003-01-09 14:55:40 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2003-01-09 14:55:40 +0800 |
commit | 68e723d848c6cb13eacc01c8eeb33ed7398ca8df (patch) | |
tree | 1e12040caec266ee2e16460c80583d4af3687d10 /art/task.xpm | |
parent | 45d0c39700d2d6ee12f45c17778d69f3119ba078 (diff) | |
download | gsoc2013-evolution-EOG_2_2_0.tar.gz gsoc2013-evolution-EOG_2_2_0.tar.zst gsoc2013-evolution-EOG_2_2_0.zip |
This commit was manufactured by cvs2svn to create tag 'EOG_2_2_0'.EOG_2_2_0
svn path=/tags/EOG_2_2_0/; revision=19314
Diffstat (limited to 'art/task.xpm')
-rw-r--r-- | art/task.xpm | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/art/task.xpm b/art/task.xpm deleted file mode 100644 index 4a53c3e9ab..0000000000 --- a/art/task.xpm +++ /dev/null @@ -1,27 +0,0 @@ -/* XPM */ -static char * task_xpm[] = { -"16 16 8 1", -" c None", -". c #000000", -"+ c #FFFFFF", -"@ c #F3F3F3", -"# c #CCCCCC", -"$ c #B2B2B2", -"% c #ECECEC", -"& c #EEEEEE", -" . . . . . ", -" ........... ", -" .+.+.+.+.+.@. ", -" .+.#.#.#.#.$. ", -" .+%%%%%%%%%$. ", -" .+#########$. ", -" .+%%%%%%%%%$. ", -" .+#########$. ", -" .+%%%%%%%%%$. ", -" .+#########$. ", -" .+%%%%%%%%%$. ", -" .+#########$. ", -" .+%%%%%%%%%$. ", -" .&$$$$$$$$$$. ", -" ........... ", -" "}; |