view src/icons/marker.xpm @ 1701:f80ee95314dd

fixed sidecar grouping this fixes grouping of files which differs only in upper/lowercase extension. The old code stopped scanning when the first file was found.
author nadvornik
date Sat, 22 Aug 2009 20:20:19 +0000
parents d907d608745f
children
line wrap: on
line source

/* XPM */
static char * marker_xpm[] = {
"26 32 3 1",
" 	c None",
".	c #000000",
"+	c #FF0000",
"           ....           ",
"           .++.           ",
"           .++.           ",
"           .++.           ",
"           .++.           ",
"           .++.           ",
"           .++.           ",
"           .++.           ",
"           .++.           ",
"    ..     .++.     ..    ",
"    .+.    .++.    .+.    ",
"    .++.   .++.   .++.    ",
"    .+++.  .++.  .+++.    ",
".....++++. .++. .++++.....",
".+++++++++..++..+++++++++.",
".++++++++++.++.++++++++++.",
".+++++++++..++..+++++++++.",
".....++++. .++. .++++.....",
"    .+++.  .++.  .+++.    ",
"    .++.   .++.   .++.    ",
"    .+.    .++.    .+.    ",
"    ..     .++.     ..    ",
"           .++.           ",
"           .++.           ",
"           .++.           ",
"           .++.           ",
"           .++.           ",
"           .++.           ",
"           .++.           ",
"           .++.           ",
"           .++.           ",
"           ....           "};