tools/JavaCodeBundleEditor.st
branchcvs_MAIN
changeset 3760 d5680d681e68
parent 3688 d2117eda7077
child 3899 3c0aea90b463
--- a/tools/JavaCodeBundleEditor.st	Wed Aug 23 11:50:56 2017 +0200
+++ b/tools/JavaCodeBundleEditor.st	Fri Sep 01 14:14:54 2017 +0200
@@ -450,9 +450,10 @@
 !
 
 doBrowseFiles
-    UserPreferences fileBrowserClass openOnDirectory:  (Array with: ((JavaCodeLibraryEditor lastDirectory)  ? (Filename currentDirectory pathName)) asFilename)
+    FileBrowser default openOnDirectory:  (Array with: ((JavaCodeLibraryEditor lastDirectory)  ? (Filename currentDirectory pathName)) asFilename)
 
     "Modified: / 08-12-2014 / 00:26:31 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 01-09-2017 / 14:05:35 / cg"
 !
 
 doEdit