view etc/images/ezimage/label.xpm @ 78952:e1da8e0b5ae2

(bs-kill): Fix typo in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 03 Oct 2007 11:40:45 +0000
parents 616e5cb890c3
children
line wrap: on
line source

/* XPM */
static char * sb_label_xpm[] = {
"10 16 3 1",
" 	c None",
".	c gray",
"+	c blue",
"     .....",
"   ..+++++",
"  .+++++++",
" .++++++++",
" .++++++++",
".+++++++++",
".+++++++++",
".+++++++++",
".+++++++++",
".+++++++++",
".+++++++++",
".+++++++++",
".+++++++++",
".+++++++++",
".+++++++++",
".+++++++++"};