diff options
author | nobody <nobody@localhost> | 2004-01-07 02:21:11 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2004-01-07 02:21:11 +0800 |
commit | f1c177eaf4c0d30b773e3a66957f3b60d9496516 (patch) | |
tree | c158c5bbaeadb9dc3a1243925042c85e7508c01b /art/task.xpm | |
parent | 0651968c803dfcb75c401ddf425a34633637deb0 (diff) | |
download | gsoc2013-evolution-GAL_2_1_4.tar.gz gsoc2013-evolution-GAL_2_1_4.tar.zst gsoc2013-evolution-GAL_2_1_4.zip |
This commit was manufactured by cvs2svn to create tag 'GAL_2_1_4'.GAL_2_1_4
svn path=/tags/GAL_2_1_4/; revision=24073
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", -" . . . . . ", -" ........... ", -" .+.+.+.+.+.@. ", -" .+.#.#.#.#.$. ", -" .+%%%%%%%%%$. ", -" .+#########$. ", -" .+%%%%%%%%%$. ", -" .+#########$. ", -" .+%%%%%%%%%$. ", -" .+#########$. ", -" .+%%%%%%%%%$. ", -" .+#########$. ", -" .+%%%%%%%%%$. ", -" .&$$$$$$$$$$. ", -" ........... ", -" "}; |