original commit: d1976ca0f92a5586f51956eeccf14f7fc9e2c802
This commit is contained in:
Robby Findler 1999-06-10 16:30:36 +00:00
parent f42df1c288
commit bc18814450

View File

@ -720,6 +720,7 @@
(define -get-file
(lambda args
(printf "get-file: ~s~n" args)
(let ([actual-fun
(case (preferences:get 'framework:file-dialogs)
[(std) std-get-file]