view pixmaps/arrow_right.xpm @ 3899:8d26d428778f

[gaim-migrate @ 4052] add an item. i like devtodo better than a text file, and i don't feel like taking the time to do both right now. deal. (hint: start using devtodo) committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Tue, 05 Nov 2002 01:36:41 +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",
"   .       ",
"   ..      ",
"   .+.     ",
"   .++.    ",
"   .+++.   ",
"   .++++.  ",
"   .+++.   ",
"   .++.    ",
"   .+.     ",
"   ..      ",
"   .       "};