fix Open URL browse button

svn: r1464
This commit is contained in:
Matthew Flatt 2005-12-01 20:07:34 +00:00
parent b41c9de014
commit 7c588937ae

View File

@ -551,7 +551,7 @@
(lambda (b e)
(let ([f (get-file)])
(when f
(send t set-value (string-append "file:" f))
(send t set-value (string-append "file:" (path->string f)))
(update-ok))))))
(define spacer (make-object vertical-pane% p))
(define result #f)