ArrowButton.st
changeset 174 d80a6cc3f9b2
parent 155 d6f3836d2b51
child 205 6814c0bf8df8
--- a/ArrowButton.st	Wed Nov 01 15:53:21 1995 +0100
+++ b/ArrowButton.st	Sat Nov 11 17:23:54 1995 +0100
@@ -26,13 +26,6 @@
 	 category:'Views-Interactors'
 !
 
-ArrowButton comment:'
-COPYRIGHT (c) 1993 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libwidg/ArrowButton.st,v 1.17 1995-09-07 12:44:14 claus Exp $
-'!
-
 !ArrowButton class methodsFor:'documentation'!
 
 copyright
@@ -50,9 +43,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libwidg/ArrowButton.st,v 1.17 1995-09-07 12:44:14 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libwidg/ArrowButton.st,v 1.18 1995-11-11 16:18:56 cg Exp $'
 !
 
 documentation