view pixmaps/arrow_down.xpm @ 4369:7e1fb422e5fd

[gaim-migrate @ 4635] Fixes a couple crash bugs. We're getting there! committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Mon, 20 Jan 2003 22:39:39 +0000
parents bb7527b5f426
children
line wrap: on
line source

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