patch to MrEd menu system from Danny
svn: r7805 original commit: 246c14c833ef823155eccfca640b32263d1b91df
This commit is contained in:
parent
db58217625
commit
fcc9e5f98a
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user