Mercurial > pidgin
annotate pixmaps/gg_sunred.xpm @ 3388:83314a9985ef
[gaim-migrate @ 3407]
Here it is. Added gettext 0.11.x support! It should work fine, but please
let me know if anything is broken in 0.10.x or 0.11.x (in my tests, it
all worked fine)
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Thu, 08 Aug 2002 18:11:17 +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 " "}; |