fix dialog/frame handling of radio-box shortcuts

svn: r3364
This commit is contained in:
Matthew Flatt 2006-06-15 02:55:20 +00:00
parent f4ce1a8d31
commit 2707426cdf

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