Mercurial > pidgin.yaz
annotate pixmaps/gnomeicu-dnd.xpm @ 3355:072684544338
[gaim-migrate @ 3374]
I got tired of seeing this.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Sat, 13 Jul 2002 07:24:31 +0000 |
parents | 3f76de1d69e1 |
children |
rev | line source |
---|---|
1220 | 1 /* XPM */ |
2 static char * icon_dnd_xpm[] = { | |
3015 | 3 "12 12 6 1", |
4 " c None", | |
5 ". c #000000", | |
6 "+ c #FFFFFF", | |
7 "@ c #00FC00", | |
8 "# c #F80000", | |
9 "$ c #F9C0C0", | |
10 " .. .. ", | |
11 " .+@.+@. ", | |
12 " .##.@##.. ", | |
13 " .#+####+#@.", | |
14 ".+##+##+##@.", | |
15 ".@@##$$##.. ", | |
16 " ..##$$##@@.", | |
17 ".+##+##+##@.", | |
18 ".@#+####+#. ", | |
19 " ..##@.##. ", | |
20 " .@@.@@. ", | |
21 " .. .. "}; |