patch to MrEd menu system from Danny

svn: r7805

original commit: 246c14c833ef823155eccfca640b32263d1b91df
This commit is contained in:
Matthew Flatt 2007-11-21 19:59:51 +00:00
parent db58217625
commit fcc9e5f98a

View File

@ -64,8 +64,8 @@
(ormap (ormap
(lambda (i) (lambda (i)
(let* ([data (send (mred->wx i) get-menu-data)] (let* ([data (send (mred->wx i) get-menu-data)]
[label (car data)] [label (mcar data)]
[menu (cdr data)]) [menu (mcdr data)])
(if (regexp-match re label) (if (regexp-match re label)
(begin (begin
(send menu select this) (send menu select this)