OrderedCollectionInspectorView.st
changeset 510 6543e55fb227
parent 473 5435d56402db
child 618 06a79d5ab531
--- a/OrderedCollectionInspectorView.st	Thu Apr 25 18:29:59 1996 +0200
+++ b/OrderedCollectionInspectorView.st	Thu Apr 25 18:32:38 1996 +0200
@@ -36,6 +36,9 @@
 documentation
 "
     a modified Inspector for orderedCollections
+
+    [author:]
+        Claus Gittinger
 "
 
 ! !
@@ -202,5 +205,5 @@
 !OrderedCollectionInspectorView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/OrderedCollectionInspectorView.st,v 1.13 1996-04-12 16:41:35 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/OrderedCollectionInspectorView.st,v 1.14 1996-04-25 16:32:26 cg Exp $'
 ! !