view pixmaps/arrow_right.xpm @ 3845:942c58719f97

[gaim-migrate @ 3997] okay. i really didn't want to do homework, and this was an available excuse. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Thu, 31 Oct 2002 06:54:45 +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",
"   .       ",
"   ..      ",
"   .+.     ",
"   .++.    ",
"   .+++.   ",
"   .++++.  ",
"   .+++.   ",
"   .++.    ",
"   .+.     ",
"   ..      ",
"   .       "};