view etc/images/ezimage/label.xpm @ 109464:cb59bcad6ad9

* org.texi: Fix typo in previous change (revno:100847).
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 19 Jul 2010 12:26:48 +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",
"     .....",
"   ..+++++",
"  .+++++++",
" .++++++++",
" .++++++++",
".+++++++++",
".+++++++++",
".+++++++++",
".+++++++++",
".+++++++++",
".+++++++++",
".+++++++++",
".+++++++++",
".+++++++++",
".+++++++++",
".+++++++++"};