SetInspectorView.st
changeset 510 6543e55fb227
parent 370 7476940ca13f
child 532 12050a9af056
--- a/SetInspectorView.st	Thu Apr 25 18:29:59 1996 +0200
+++ b/SetInspectorView.st	Thu Apr 25 18:32:38 1996 +0200
@@ -1,5 +1,3 @@
-'From Smalltalk/X, Version:2.10.9 on 13-feb-1996 at 12:09:01'                   !
-
 InspectorView subclass:#SetInspectorView
 	instanceVariableNames:'keys'
 	classVariableNames:''
@@ -12,6 +10,9 @@
 documentation
 "
     A modified inspector for Sets
+
+    [author:]
+        Stefan Vogel
 "
 !
 
@@ -131,6 +132,6 @@
 
 version
 "
-$Header: /cvs/stx/stx/libtool/SetInspectorView.st,v 1.1 1996-02-14 09:51:50 stefan Exp $
+$Header: /cvs/stx/stx/libtool/SetInspectorView.st,v 1.2 1996-04-25 16:32:20 cg Exp $
 "
 ! !