view etc/images/ezimage/label.xpm @ 110553:eb608280bd3b

src/ChangeLog: Fix typo and remove duplicate info.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 24 Sep 2010 20:04:26 +0200
parents 616e5cb890c3
children
line wrap: on
line source

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