view etc/images/close.xpm @ 98145:9d5c120a08ec

(perform-replace): Don't set inhibit-read-only using query-replace-skip-read-only (bug#956).
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 12 Sep 2008 00:37:41 +0000 (2008-09-12)
parents 28718fa5d988
children
line wrap: on
line source
/* XPM */
static char * close_xpm[] = {
"24 24 2 1",
" 	c None",
".	c #000000",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"       .      .         ",
"        .    ...        ",
"        ..  ....        ",
"         .. ...         ",
"         .....          ",
"          ...           ",
"         .....          ",
"        .......         ",
"       ...  ....        ",
"      ...    ....       ",
"     ...      ..        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        "};