tools/JavaCodeBundleEditor.st
changeset 3295 87ec39ef23b8
parent 3079 df5a76fdd3a6
child 3360 1a8899091305
child 3408 4f3cc813be4b
--- a/tools/JavaCodeBundleEditor.st	Sun Dec 07 22:55:46 2014 +0000
+++ b/tools/JavaCodeBundleEditor.st	Mon Dec 08 10:26:50 2014 +0000
@@ -441,9 +441,9 @@
 !
 
 doBrowseFiles
-    UserPreferences fileBrowserClass openOnDirectory:  (JavaCodeLibraryEditor lastDirectory)  ? (Filename currentDirectory pathName)
+    UserPreferences fileBrowserClass openOnDirectory:  (Array with: ((JavaCodeLibraryEditor lastDirectory)  ? (Filename currentDirectory pathName)) asFilename)
 
-    "Modified: / 22-02-2013 / 00:31:37 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 08-12-2014 / 00:26:31 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 doEdit