fixed missing prefix bug

original commit: 3d536d8b320aff494fde42859530b3e09dafd58e
This commit is contained in:
Robby Findler 1996-10-20 22:25:28 +00:00
parent 39b1dd1567
commit 12c2dea159

View File

@ -312,7 +312,7 @@
(lambda (button evt)
(let ([t (send directory-edit get-text)])
(if (directory-exists? t)
(set-directory (normalize-path t))
(set-directory (mzlib:file:normalize-path t))
(wx:bell))))
"Go")