Skip to content

Commit

Permalink
applied patch by Kieron Hardy
Browse files Browse the repository at this point in the history
  • Loading branch information
Metaxal committed Aug 6, 2012
1 parent 433713e commit 76b376b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/mred-designer.ss
Expand Up @@ -166,7 +166,7 @@
(button-hierarchy-down-callback
(lambda (button control-event) (void)))
#:canvas-9346-paint-callback
(canvas-9346-paint-callback (? (canvas dc) (void))))
(canvas-9346-paint-callback (lambda (canvas dc) (void))))
(set! frame-toolbox
(new
frame%
Expand Down Expand Up @@ -355,7 +355,7 @@
(choices (list "First" "Second"))
(callback choice-5385-callback)
(style
((? (l) (list* (first l) (second l))) (list 'horizontal-label '())))
((lambda (l) (list* (first l) (second l))) (list 'horizontal-label '())))
(font (list->font (list 8 'default 'normal 'normal #f 'default #f)))
(selection 0)
(enabled #t)
Expand Down

0 comments on commit 76b376b

Please sign in to comment.