SimpleBorder.st
changeset 5393 429ab467ebbd
parent 5375 0fd570afede6
child 5410 03d42dd62a01
--- a/SimpleBorder.st	Fri Oct 23 17:23:50 2009 +0200
+++ b/SimpleBorder.st	Fri Oct 23 17:23:52 2009 +0200
@@ -16,7 +16,7 @@
 	instanceVariableNames:'color width'
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Interface-Support'
+	category:'Graphics-Support'
 !
 
 !SimpleBorder class methodsFor:'documentation'!
@@ -100,5 +100,5 @@
 !SimpleBorder class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/SimpleBorder.st,v 1.1 2009-10-23 12:26:03 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/SimpleBorder.st,v 1.2 2009-10-23 15:23:52 cg Exp $'
 ! !