Separator.st
changeset 100 3d33433f459c
parent 95 041618c4207f
child 157 086addb968af
--- a/Separator.st	Thu Nov 23 19:15:36 1995 +0100
+++ b/Separator.st	Thu Nov 23 19:18:39 1995 +0100
@@ -134,10 +134,6 @@
 
     top open
 "
-!
-
-version 
-    ^ '$Header: /cvs/stx/stx/libwidg2/Separator.st,v 1.7 1995-11-23 00:53:37 cg Exp $'
 ! !
 
 !Separator methodsFor:'accessing'!
@@ -187,3 +183,8 @@
     borderWidth := 0
 ! !
 
+!Separator class methodsFor:'documentation'!
+
+version 
+    ^ '$Header: /cvs/stx/stx/libwidg2/Separator.st,v 1.8 1995-11-23 18:17:21 cg Exp $'
+! !