view pixmaps/dt_icon.xpm @ 25:c56db1b46b0d

[gaim-migrate @ 34] A crap load more of memleak fixes. There's still several more. I've mailed Peter Techian about these. Hopefully he'll pick up on them. Thanks again for the Patch, Pete. committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Fri, 24 Mar 2000 08:55:32 +0000
parents 2846a03bda67
children ca040e495bc6
line wrap: on
line source

/* XPM */
static char * dt_icon_xpm[] = {
/* width height num_colors chars_per_pixel */
"12 12 3 1",
/* colors */
" 	c None",
".	c #336699",
"X	c #9999ff",
/* pixels */
"            ",
"            ",
" .......... ",
" .XXXXXXXX. ",
" .XXXXXXXX. ",
"  .XXXXXX.  ",
"  .XXXXXX.  ",
" .XXXXXXXX. ",
" .XXXXXXXX. ",
" .......... ",
"            ",
"            "};