version at the end
authorClaus Gittinger <cg@exept.de>
Thu, 23 Nov 1995 19:08:48 +0100
changeset 253 1471b41ac9e5
parent 252 87bbc0f751d7
child 254 d6f12ecd7767
version at the end
ViewStyle.st
--- a/ViewStyle.st	Thu Nov 23 18:46:38 1995 +0100
+++ b/ViewStyle.st	Thu Nov 23 19:08:48 1995 +0100
@@ -41,10 +41,6 @@
     a stylesheet from a file '<aStyleSymbol>.style' (usually in the 'resources'
     directory.
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libview/ViewStyle.st,v 1.8 1995-11-23 02:29:10 cg Exp $'
 ! !
 
 !ViewStyle class methodsFor:'instance creation'!
@@ -155,3 +151,8 @@
     ^ name
 ! !
 
+!ViewStyle class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libview/ViewStyle.st,v 1.9 1995-11-23 18:08:48 cg Exp $'
+! !