Mercurial > pidgin.yaz
view pixmaps/protocols/oscar/admin_icon.xpm @ 5905:dbe2a2174be9
[gaim-migrate @ 6337]
Some stuff from Robot101. It puts some docklet functionality back in,
fixes a bug where connected accounts was being listed as connecting accounts,
and something I'm not allowed to say, because it's just that cool.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Mon, 16 Jun 2003 04:15:35 +0000 |
parents | 16f4776742af |
children |
line wrap: on
line source
/* XPM */ static char * admin_icon_xpm[] = { /* width height num_colors chars_per_pixel */ "12 12 5 1", /* colors */ " c None", ". c Gray0", "X c yellow", "o c #009900", "O c #cccc99", /* pixels */ " . .. . ", " .. .XX. .. ", " .X.XXXX.X. ", " .XXXooXXX. ", " .XXXoOXXX. ", " .XXooooXX. ", " .XXooooXX. ", " .XooXoooX. ", " .XXXXXXXX. ", " .XXXXXX. ", " ..XX.. ", " .. "};