Mercurial > pidgin
annotate pixmaps/protocols/gg/gg_sunyellow.xpm @ 6119:0d2bd49c611e
[gaim-migrate @ 6588]
Changed the API a bit for the Accounts window, and exposed the API to
display an account editor dialog from outside gtkaccount.c.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Mon, 14 Jul 2003 10:04:27 +0000 |
parents | ad8d15bbbd2d |
children |
rev | line source |
---|---|
3578 | 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 " "}; |