annotate pixmaps/admin_icon.xpm @ 1286:cfa8aa50df83
[gaim-migrate @ 1296]
sorry, it just really bugged :) besides, it caused make distcheck to fail and i didn't feel like screwing with it.
committer: Tailor Script <tailor@pidgin.im>
author |
Eric Warmenhoven <eric@warmenhoven.org> |
date |
Fri, 15 Dec 2000 02:29:47 +0000 |
parents |
2846a03bda67 |
children |
|
rev |
line source |
1
|
1 /* XPM */
|
|
2 static char * admin_icon_xpm[] = {
|
|
3 /* width height num_colors chars_per_pixel */
|
|
4 "12 12 5 1",
|
|
5 /* colors */
|
|
6 " c None",
|
|
7 ". c Gray0",
|
|
8 "X c yellow",
|
|
9 "o c #009900",
|
|
10 "O c #cccc99",
|
|
11 /* pixels */
|
|
12 " . .. . ",
|
|
13 " .. .XX. .. ",
|
|
14 " .X.XXXX.X. ",
|
|
15 " .XXXooXXX. ",
|
|
16 " .XXXoOXXX. ",
|
|
17 " .XXooooXX. ",
|
|
18 " .XXooooXX. ",
|
|
19 " .XooXoooX. ",
|
|
20 " .XXXXXXXX. ",
|
|
21 " .XXXXXX. ",
|
|
22 " ..XX.. ",
|
|
23 " .. "};
|