FileBrowser.st
changeset 14263 d3d43df12206
parent 14188 be01ed30f7c0
child 14467 b048bbcddb92
--- a/FileBrowser.st	Wed Apr 16 14:30:23 2014 +0200
+++ b/FileBrowser.st	Wed Apr 16 14:30:49 2014 +0200
@@ -4809,7 +4809,7 @@
 !
 
 addDirToJavaSourcePath
-    "add the current path to javas sourcePath
+    "add the current path to java's sourcePath
      (only available with ST/J System"
 
     Java addToSourcePath:currentDirectory pathName
@@ -4911,7 +4911,7 @@
 !
 
 fileAddToJavaSourcePath
-    "add the current path to javas sourcePath
+    "add the current path to java's sourcePath
      (only available with ST/J System"
 
     |f|
@@ -7444,10 +7444,10 @@
 !FileBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowser.st,v 1.659 2014-04-08 22:33:08 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBrowser.st,v 1.660 2014-04-16 12:30:49 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowser.st,v 1.659 2014-04-08 22:33:08 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBrowser.st,v 1.660 2014-04-16 12:30:49 cg Exp $'
 ! !