natural-language glyph test should supply #t for for-label
svn: r1611
This commit is contained in:
parent
3668b2cabd
commit
79a2e9d17b
|
@ -499,7 +499,7 @@
|
||||||
(reverse good-strs))]
|
(reverse good-strs))]
|
||||||
[else (let ([str (car strs)]
|
[else (let ([str (car strs)]
|
||||||
[lang (car langs)])
|
[lang (car langs)])
|
||||||
(if (andmap (λ (char) (send normal-control-font screen-glyph-exists? char))
|
(if (andmap (λ (char) (send normal-control-font screen-glyph-exists? char #t))
|
||||||
(string->list str))
|
(string->list str))
|
||||||
(loop (cdr langs)
|
(loop (cdr langs)
|
||||||
(cdr strs)
|
(cdr strs)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user