view pixmaps/arrow_right.xpm @ 6087:6e24de5efdb2

[gaim-migrate @ 6546] "Man I'd like to violate her ANSI C" This should fix some odd tobase64edness. Thanks to Paco-Paco for telling us how to fix it 7 times. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 11 Jul 2003 04:38:40 +0000
parents bb7527b5f426
children
line wrap: on
line source

/* XPM */
static char * arrow_right_xpm[] = {
"11 11 3 1",
" 	c None",
".	c #000000",
"+	c #FFFFFF",
"   .       ",
"   ..      ",
"   .+.     ",
"   .++.    ",
"   .+++.   ",
"   .++++.  ",
"   .+++.   ",
"   .++.    ",
"   .+.     ",
"   ..      ",
"   .       "};