natural-language glyph test should supply #t for for-label

svn: r1611
This commit is contained in:
Matthew Flatt 2005-12-13 21:25:17 +00:00
parent 3668b2cabd
commit 79a2e9d17b

View File

@ -499,7 +499,7 @@
(reverse good-strs))]
[else (let ([str (car strs)]
[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))
(loop (cdr langs)
(cdr strs)