StrokingWrapper.st
changeset 1789 f52f0a0d8448
parent 405 4acab6da7d82
child 2634 487acf365da5
--- a/StrokingWrapper.st	Thu Jul 17 13:35:07 2003 +0200
+++ b/StrokingWrapper.st	Mon Aug 18 14:13:55 2003 +0200
@@ -11,11 +11,13 @@
 "
 
 
+"{ Package: 'stx:libview2' }"
+
 GeometricWrapper subclass:#StrokingWrapper
 	instanceVariableNames:'lineWidth lineStyle capStyle joinStyle'
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Graphics-Display Objects'
+	category:'Compatibility-ST80-Graphics-Display Objects'
 !
 
 !StrokingWrapper class methodsFor:'documentation'!
@@ -301,5 +303,5 @@
 !StrokingWrapper class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/StrokingWrapper.st,v 1.14 1997-02-10 13:48:46 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/StrokingWrapper.st,v 1.15 2003-08-18 12:12:39 cg Exp $'
 ! !