CodeView.st
changeset 2097 66d564e3752a
parent 2046 3593143e38e3
child 2300 68fc714627e8
--- a/CodeView.st	Fri Jan 07 13:33:11 2000 +0100
+++ b/CodeView.st	Fri Jan 14 16:56:15 2000 +0100
@@ -14,7 +14,7 @@
 	instanceVariableNames:'explainAction formatAction pointerOverWordAction'
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Interface-Workspace'
+	category:'Views-Text'
 !
 
 !CodeView class methodsFor:'documentation'!
@@ -264,5 +264,5 @@
 !CodeView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/CodeView.st,v 1.42 1999-11-22 10:44:27 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/CodeView.st,v 1.43 2000-01-14 15:56:07 cg Exp $'
 ! !