WindowingTransformation.st
changeset 2944 c1d0599fc178
parent 2804 7ff4242eb1ee
child 3276 9ed39f7e7282
--- a/WindowingTransformation.st	Wed Oct 06 18:25:38 1999 +0200
+++ b/WindowingTransformation.st	Thu Oct 07 00:22:00 1999 +0200
@@ -14,7 +14,7 @@
 	instanceVariableNames:'scale translation'
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Graphics-Support'
+	category:'Graphics-Transformations'
 !
 
 
@@ -667,5 +667,5 @@
 !WindowingTransformation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/WindowingTransformation.st,v 1.18 1999-07-15 19:41:52 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/WindowingTransformation.st,v 1.19 1999-10-06 22:22:00 cg Exp $'
 ! !