.
original commit: aa5a10056776b334a81360cf747e90666f2f0418
This commit is contained in:
parent
7a1c876533
commit
10231812c2
|
@ -4339,7 +4339,7 @@
|
|||
(check-string/false who directory) (check-string/false who filename) (check-string/false who extension)
|
||||
(check-style who #f null style)
|
||||
(if (not (eq? (system-type) 'unix))
|
||||
(wx:file-selector message directory filename extension "*.*" (if put? 'put 'get) parent)
|
||||
(wx:file-selector message directory filename extension "*.*" (if put? 'put 'get) (mred->wx parent))
|
||||
(letrec ([ok? #f]
|
||||
[typed-name #f]
|
||||
[dir (or directory last-visted-directory (current-directory))]
|
||||
|
|
Loading…
Reference in New Issue
Block a user