original commit: 392356b28451d7c8a52663b30dca42f9712a7d9e
This commit is contained in:
Matthew Flatt 2001-12-11 04:56:26 +00:00
parent 92c657782c
commit 49a6e83dec

View File

@ -5248,7 +5248,7 @@
'(border))]
[update-ok (lambda () (send ok-button enable (not (null? (send (if dir? dirs files) get-selections)))))]
[select-this-dir (and dir?
(make-object button% "<- Select" dir-pane
(make-object button% "<- &Select" dir-pane
(lambda (b e)
(send f show #f)
(done))))]