SetInspectorView.st
changeset 2717 dc997032a34e
parent 2627 e633d9928ddd
child 3200 4889a13402db
--- a/SetInspectorView.st	Fri Aug 18 00:51:40 2000 +0200
+++ b/SetInspectorView.st	Fri Aug 18 01:11:57 2000 +0200
@@ -11,6 +11,8 @@
 "
 
 
+"{ Package: 'stx:libtool' }"
+
 InspectorView subclass:#SetInspectorView
 	instanceVariableNames:'keys'
 	classVariableNames:''
@@ -170,5 +172,5 @@
 !SetInspectorView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/SetInspectorView.st,v 1.14 2000-02-18 14:37:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/SetInspectorView.st,v 1.15 2000-08-17 23:11:56 cg Exp $'
 ! !