view etc/images/close.xpm @ 69694:f712cf2b3ceb

(rcirc-connect): Add autoload cookie.
author Romain Francoise <romain@orebokech.com>
date Mon, 27 Mar 2006 20:23:22 +0000
parents 28718fa5d988
children
line wrap: on
line source

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