view pixmaps/arrow_right.xpm @ 5052:6a7759f63766

[gaim-migrate @ 5401] Pounces can now be deleted from the Edit Pounce dialog. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Mon, 07 Apr 2003 01:04:05 +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",
"   .       ",
"   ..      ",
"   .+.     ",
"   .++.    ",
"   .+++.   ",
"   .++++.  ",
"   .+++.   ",
"   .++.    ",
"   .+.     ",
"   ..      ",
"   .       "};