view pixmaps/admin_icon.xpm @ 2717:03bf072c6238

[gaim-migrate @ 2730] these are changes i made, all by myself. aren't you impressed. mid's going to change around im.c here in a minute anyway. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 14 Nov 2001 19:21:20 +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..   ",
"     ..     "};