category change
authorClaus Gittinger <cg@exept.de>
Wed, 03 Sep 2008 10:39:40 +0200
changeset 5032 93bc49567a43
parent 5031 733b5e829b2b
child 5033 27bc058343f0
category change
GraphicsContext.st
--- a/GraphicsContext.st	Thu Aug 21 16:56:44 2008 +0200
+++ b/GraphicsContext.st	Wed Sep 03 10:39:40 2008 +0200
@@ -432,7 +432,7 @@
     "Modified: / 29.1.1998 / 13:11:14 / cg"
 ! !
 
-!GraphicsContext class methodsFor:'accessing defaults'!
+!GraphicsContext class methodsFor:'accessing-defaults'!
 
 defaultFont
     "get the default font used for drawing"
@@ -2448,7 +2448,7 @@
 !GraphicsContext class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/GraphicsContext.st,v 1.121 2008-06-28 11:40:21 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/GraphicsContext.st,v 1.122 2008-09-03 08:39:40 cg Exp $'
 ! !
 
 GraphicsContext initialize!