Mercurial > pidgin.yaz
view pixmaps/admin_icon.xpm @ 3374:3cd2fbddf95a
[gaim-migrate @ 3393]
I had terrible days today and yesterday--a really terrible weekend.
No cool stuff from me--the prefs away message page works a bit better.
Ari and Chip both sent some patches to make things work a bit better in
GTK 2, and Etan rewrote the notify plugin so it's really cool now!
Thanks, guys!
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Mon, 05 Aug 2002 07:33:09 +0000 |
parents | 2846a03bda67 |
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.. ", " .. "};