category
authorClaus Gittinger <cg@exept.de>
Fri, 23 Oct 2009 17:23:48 +0200
changeset 5391 0ef0b272c283
parent 5390 9509eceb1348
child 5392 9cc77e8151a4
category
Border.st
--- a/Border.st	Fri Oct 23 17:23:10 2009 +0200
+++ b/Border.st	Fri Oct 23 17:23:48 2009 +0200
@@ -15,7 +15,7 @@
 	instanceVariableNames:'left right top bottom leftColor rightColor topColor bottomColor'
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Interface-Support'
+	category:'Graphics-Support'
 !
 
 !Border class methodsFor:'documentation'!
@@ -399,9 +399,9 @@
 !Border class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Border.st,v 1.6 2009-10-23 12:24:39 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Border.st,v 1.7 2009-10-23 15:23:48 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/Border.st,v 1.6 2009-10-23 12:24:39 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Border.st,v 1.7 2009-10-23 15:23:48 cg Exp $'
 ! !