view pixmaps/arrow_down.xpm @ 6041:ac0dd4dd9465

[gaim-migrate @ 6491] Make the name field of the alias buddy dialog not editable. This fixes http://sourceforge.net/tracker/index.php?func=detail&aid=760867&group_id=235&atid=100235 Although, I couldn't reproduce that bug in CVS. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 06 Jul 2003 07:53:26 +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",
"...........",
" .+++++++. ",
"  .+++++.  ",
"   .+++.   ",
"    .+.    ",
"     .     "};