Mercurial > pidgin
annotate pixmaps/gnome_close.xpm @ 5229:8aafe8d7bcb8
[gaim-migrate @ 5599]
Er, 0.63cvs :)
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Sat, 26 Apr 2003 18:01:47 +0000 |
parents | faa7603ae02e |
children |
rev | line source |
---|---|
619 | 1 /* XPM */ |
2 static char * gnome_close_xpm[] = { | |
3 "24 24 2 1", | |
4 " c None", | |
5 ". c #000000", | |
6 " ", | |
7 " ", | |
8 " ", | |
9 " ", | |
10 " ", | |
11 " ", | |
12 " . .. ", | |
13 " .. .... ", | |
14 " .. ... ", | |
15 " ..... ", | |
16 " ... ", | |
17 " .... ", | |
18 " ...... ", | |
19 " .. .... ", | |
20 " .. .... ", | |
21 " . .. ", | |
22 " ", | |
23 " ", | |
24 " ", | |
25 " ", | |
26 " ", | |
27 " ", | |
28 " ", | |
29 " "}; |