Border.st
changeset 5391 0ef0b272c283
parent 5373 44c47ff50380
child 5408 1eb5612a463a
--- 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 $'
 ! !