SelectionInTreeView.st
changeset 1233 ba2244433fd4
parent 1214 6aa740fb636c
child 1268 37066c039eb3
--- a/SelectionInTreeView.st	Sun Mar 07 14:29:24 1999 +0100
+++ b/SelectionInTreeView.st	Sun Mar 07 14:30:12 1999 +0100
@@ -22,7 +22,7 @@
 		editorIndex editValueFgColor validateExpandabilityBlock'
 	classVariableNames:'DefaultHilightMode SelectionInset'
 	poolDictionaries:''
-	category:'Views-Text'
+	category:'Views-Trees'
 !
 
 !SelectionInTreeView class methodsFor:'documentation'!
@@ -2341,5 +2341,5 @@
 !SelectionInTreeView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/SelectionInTreeView.st,v 1.75 1999-02-22 21:05:44 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/SelectionInTreeView.st,v 1.76 1999-03-07 13:30:04 cg Exp $'
 ! !