added: #openIn:
authorClaus Gittinger <cg@exept.de>
Fri, 30 Oct 2009 00:35:30 +0100
changeset 9134 e5c10f2053f0
parent 9133 6a958dd2a61a
child 9135 b686c004104c
added: #openIn:
FileBrowserV2.st
--- 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!