view pixmaps/refresh.xpm @ 5341:ccec8893c1be

[gaim-migrate @ 5717] This fixes a memleak from my change last night. Thanks to Matt Pandina for pointing out that I'm dumb :-) Also, I made sec_to_text use g_strdup_printf instead of g_snprintf with a fixed sized buffer. Down with fixed size buffers everywhere! Ra ra ree! committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 09 May 2003 14:39:06 +0000
parents 3fd5311a3894
children
line wrap: on
line source

/* XPM */
static char * refresh_xpm[] = {
"24 24 11 1",
" 	c None",
".	c #000000",
"+	c #566B43",
"@	c #4C603C",
"#	c #526741",
"$	c #5A7046",
"%	c #445636",
"&	c #37452B",
"*	c #425334",
"=	c #475937",
"-	c #5C7449",
"                        ",
"                        ",
"                        ",
"                        ",
"           .            ",
"          ..            ",
"         .+@...         ",
"        .#$##@%..       ",
"         .+#...%%.      ",
"       .  ..   .&.      ",
"      .    .    .&.     ",
"     ..          ..     ",
"     ..          ..     ",
"     .*.    .    .      ",
"      .*.   ..  .       ",
"      .%@...#=.         ",
"       ..##-#@#.        ",
"         ...@%.         ",
"            ..          ",
"            .           ",
"                        ",
"                        ",
"                        ",
"                        "};