.
original commit: f708986b62bd985f20ff45308812acef37a6669c
This commit is contained in:
parent
c969fceda2
commit
ddf061a34c
|
@ -4793,7 +4793,7 @@
|
|||
(let ([s (wx:file-selector message directory filename extension "*.*"
|
||||
(if put? 'put (if multi? 'multi 'get))
|
||||
(mred->wx parent))])
|
||||
(if multi?
|
||||
(if (and multi? s)
|
||||
(files->list s)
|
||||
s))
|
||||
(letrec ([ok? #f]
|
||||
|
|
Loading…
Reference in New Issue
Block a user