view lisp/sb-dir.xpm @ 64781:72ec215d0ecf
(Info-dir-remove-duplicates): Avoid case folding in loop;
instead, keep downcased strings for comparison.
author |
Thien-Thi Nguyen <ttn@gnuvola.org> |
date |
Mon, 08 Aug 2005 00:18:02 +0000 (2005-08-08) |
parents |
c2a09ac7b7b1 |
children |
|
line source
/* XPM */
static char * sb_dir_xpm[] = {
"20 15 5 1",
" c None",
". c #B8B8B8",
"+ c #000000",
"@ c #FFF993",
"# c #828282",
" ...... ",
" .++++++. ",
".+@@@@@@+......... ",
".+@@@@@@@+++++++++. ",
".+@@@@@@@@@@@@@@@@+#",
".+@@@@@@@@@@@@@@@@+#",
".+@@@@@@@@@@@@@@@@+#",
".+@@@@@@@@@@@@@@@@+#",
".+@@@@@@@@@@@@@@@@+#",
".+@@@@@@@@@@@@@@@@+#",
".+@@@@@@@@@@@@@@@@+#",
".+@@@@@@@@@@@@@@@@+#",
".+@@@@@@@@@@@@@@@@+#",
" #++++++++++++++++# ",
" ################ "};