FileBrowserV2.st
changeset 9134 e5c10f2053f0
parent 9114 21fecc6e1a10
child 9177 96e9b88504c5
--- a/FileBrowserV2.st	Fri Oct 30 00:28:20 2009 +0100
+++ b/FileBrowserV2.st	Fri Oct 30 00:35:30 2009 +0100
@@ -106,6 +106,12 @@
     "
 !
 
+openIn:aDirectoryPath 
+    "backward compatibility"
+
+    ^ self openOn:aDirectoryPath
+!
+
 openOn:aFileOrDirectoryPath 
     "start a new FileBrowserV2 in a pathname"
 
@@ -1975,11 +1981,11 @@
 !FileBrowserV2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2.st,v 1.185 2009-10-28 18:53:37 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2.st,v 1.186 2009-10-29 23:35:30 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2.st,v 1.185 2009-10-28 18:53:37 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2.st,v 1.186 2009-10-29 23:35:30 cg Exp $'
 ! !
 
 FileBrowserV2 initialize!