ListSelectionBox.st
changeset 174 d80a6cc3f9b2
parent 166 ad76f0f28698
child 197 00927189c882
--- a/ListSelectionBox.st	Wed Nov 01 15:53:21 1995 +0100
+++ b/ListSelectionBox.st	Sat Nov 11 17:23:54 1995 +0100
@@ -17,13 +17,6 @@
        category:'Views-DialogBoxes'
 !
 
-ListSelectionBox comment:'
-COPYRIGHT (c) 1990 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libwidg/ListSelectionBox.st,v 1.18 1995-10-27 14:44:44 cg Exp $
-'!
-
 !ListSelectionBox class methodsFor:'documentation'!
 
 copyright
@@ -41,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libwidg/ListSelectionBox.st,v 1.18 1995-10-27 14:44:44 cg Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libwidg/ListSelectionBox.st,v 1.19 1995-11-11 16:20:49 cg Exp $'
 !
 
 documentation