view etc/images/separator.xpm @ 86053:06d410ca9dce

(Fw32_register_hot_key): Don't try to register hot key if w32_parse_hot_key returned nil.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 13 Nov 2007 15:08:01 +0000
parents 75b06a7624a1
children bc8dc4ac1e28
line wrap: on
line source

/* XPM */
static char * separator_xpm[] = {
"2 24 3 1",
" 	c None",
".	c #DBD3CB",
"+	c #FCFBFA",
"  ",
"  ",
"  ",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
"  ",
"  ",
"  "};