fix dialog/frame handling of radio-box shortcuts

svn: r3364

original commit: 2707426cdf69cc594adf56978a3fa6715bad4764
This commit is contained in:
Matthew Flatt 2006-06-15 02:55:20 +00:00
parent bdd970bd47
commit 046d50582f

View File

@ -531,7 +531,7 @@
(let loop ([i 0])
(if (= i n)
#f
(let ([l (send o get-string i)])
(let ([l (send win get-item-label i)])
(if (and (string? l)
(regexp-match re l))
(begin