Mercurial > pidgin.yaz
annotate pixmaps/gg_sunred.xpm @ 3415:d7c90e6ecc23
[gaim-migrate @ 3434]
Typo, and added the script to EXTRA_DIST.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Tue, 20 Aug 2002 17:00:56 +0000 |
parents | a7ecfd3f7714 |
children |
rev | line source |
---|---|
2393 | 1 /* XPM */ |
2 static char * gg_sunred_xpm[] = { | |
3 "19 18 4 1", | |
4 " c None", | |
5 ". c #FF0000", | |
6 "+ c #7F7F7F", | |
7 "@ c #000000", | |
8 " ", | |
9 " . ", | |
10 " .+ ", | |
11 " . .+ . ", | |
12 " . ..... .+ ", | |
13 " .......+ ", | |
14 " ...@.@...+ ", | |
15 " .........+ ", | |
16 " ............... ", | |
17 " ..@...@..++++ ", | |
18 " ...@@@...+ ", | |
19 " .......+ ", | |
20 " .+..... .+ ", | |
21 " .+ .++ .+ ", | |
22 " + .+ ", | |
23 " .+ ", | |
24 " + ", | |
25 " "}; |