SelectionInTreeView.st
changeset 1328 95a7d89cf335
parent 1309 d87d431dad62
child 1415 3727e58ab63b
--- a/SelectionInTreeView.st	Fri Apr 23 14:44:25 1999 +0200
+++ b/SelectionInTreeView.st	Fri Apr 23 14:47:39 1999 +0200
@@ -1465,7 +1465,7 @@
 
 ! !
 
-!SelectionInTreeView methodsFor:'initialization'!
+!SelectionInTreeView methodsFor:'initialize / release'!
 
 create
     super create.
@@ -2363,5 +2363,5 @@
 !SelectionInTreeView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/SelectionInTreeView.st,v 1.82 1999-04-13 14:45:33 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/SelectionInTreeView.st,v 1.83 1999-04-23 12:47:39 cg Exp $'
 ! !