checkin from browser
authorClaus Gittinger <cg@exept.de>
Thu, 07 Oct 1999 00:22:00 +0200
changeset 2944 c1d0599fc178
parent 2943 6b4dca5fbee2
child 2945 937fdf02965d
checkin from browser
WindowingTransformation.st
--- 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 $'
 ! !