CodeView.st
changeset 2300 68fc714627e8
parent 2097 66d564e3752a
child 2382 f47c847636de
--- a/CodeView.st	Fri Oct 13 14:43:16 2000 +0200
+++ b/CodeView.st	Fri Oct 20 13:07:38 2000 +0200
@@ -10,6 +10,8 @@
  hereby transferred.
 "
 
+"{ Package: 'stx:libwidg' }"
+
 Workspace subclass:#CodeView
 	instanceVariableNames:'explainAction formatAction pointerOverWordAction'
 	classVariableNames:''
@@ -264,5 +266,5 @@
 !CodeView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/CodeView.st,v 1.43 2000-01-14 15:56:07 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/CodeView.st,v 1.44 2000-10-20 11:07:38 stefan Exp $'
 ! !