view pixmaps/arrow_right.xpm @ 5175:591e8d9a4697

[gaim-migrate @ 5539] we don't need to translate what isn't there. thanks Paco-Paco. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sat, 19 Apr 2003 16:40:53 +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",
"   .       ",
"   ..      ",
"   .+.     ",
"   .++.    ",
"   .+++.   ",
"   .++++.  ",
"   .+++.   ",
"   .++.    ",
"   .+.     ",
"   ..      ",
"   .       "};