DependentPart.st
changeset 1789 f52f0a0d8448
parent 365 47e0d48fd769
child 3855 1db7742d33ad
--- a/DependentPart.st	Thu Jul 17 13:35:07 2003 +0200
+++ b/DependentPart.st	Mon Aug 18 14:13:55 2003 +0200
@@ -1,8 +1,10 @@
+"{ Package: 'stx:libview2' }"
+
 VisualPart subclass:#DependentPart
 	instanceVariableNames:'model'
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Graphics-Display Objects'
+	category:'Compatibility-ST80-Graphics-Display Objects'
 !
 
 !DependentPart class methodsFor:'documentation'!
@@ -59,5 +61,5 @@
 !DependentPart class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/DependentPart.st,v 1.2 1997-01-14 17:02:04 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/DependentPart.st,v 1.3 2003-08-18 12:13:35 cg Exp $'
 ! !