view pixmaps/close.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 4a1181b764b6
children
line wrap: on
line source

/* XPM */
static char * close_xpm[] = {
"24 24 2 1",
" 	c None",
".	c #000000",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"       .    ..          ",
"       ..  ....         ",
"        .. ...          ",
"        .....           ",
"         ...            ",
"         ....           ",
"        ......          ",
"        .. ....         ",
"       ..   ....        ",
"       .     ..         ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        "};