Mercurial > pidgin.yaz
annotate pixmaps/gg_sunyellow.xpm @ 2568:c2abbf94b93d
[gaim-migrate @ 2581]
I forgot to commit this file. This removes the warning when exiting.
committer: Tailor Script <tailor@pidgin.im>
author | Rob Flynn <gaim@robflynn.com> |
---|---|
date | Sun, 21 Oct 2001 19:49:20 +0000 |
parents | a7ecfd3f7714 |
children |
rev | line source |
---|---|
2393 | 1 /* XPM */ |
2 static char * gg_sunyellow_xpm[] = { | |
3 "18 18 5 1", | |
4 " c None", | |
5 ". c #FF0000", | |
6 "+ c #7F7F7F", | |
7 "@ c #FFFF00", | |
8 "# c #000000", | |
9 " ", | |
10 " . ", | |
11 " .+ ", | |
12 " . .+ . ", | |
13 " . ..@.. .+ ", | |
14 " .@@@@@.+ ", | |
15 " .@@#@#@@.+ ", | |
16 " .@@@@@@@.+ ", | |
17 " ...@@@@@@@@@... ", | |
18 " .@#@@@#@.++++ ", | |
19 " .@@###@@.+ ", | |
20 " .@@@@@.+ ", | |
21 " .+..@.. .+ ", | |
22 " .+ .++ .+ ", | |
23 " + .+ ", | |
24 " .+ ", | |
25 " + ", | |
26 " "}; |