view pixmaps/arrow_down.xpm @ 3607:851f421a0f8e

[gaim-migrate @ 3720] Yay Faceprint! He's the best! This will fix most prpl-autoload-related segfaults with the exception of signing off Jabber. Nathan's working for a fix on that right now. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Tue, 08 Oct 2002 22:54:38 +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",
"...........",
" .+++++++. ",
"  .+++++.  ",
"   .+++.   ",
"    .+.    ",
"     .     "};