fixed missing prefix bug
original commit: 3d536d8b320aff494fde42859530b3e09dafd58e
This commit is contained in:
parent
39b1dd1567
commit
12c2dea159
|
@ -312,7 +312,7 @@
|
||||||
(lambda (button evt)
|
(lambda (button evt)
|
||||||
(let ([t (send directory-edit get-text)])
|
(let ([t (send directory-edit get-text)])
|
||||||
(if (directory-exists? t)
|
(if (directory-exists? t)
|
||||||
(set-directory (normalize-path t))
|
(set-directory (mzlib:file:normalize-path t))
|
||||||
(wx:bell))))
|
(wx:bell))))
|
||||||
"Go")
|
"Go")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user