diff -r cfb631c31105 -r c4c8268a2d9f Color.st --- a/Color.st Wed May 07 16:13:16 2003 +0200 +++ b/Color.st Wed May 07 16:32:08 2003 +0200 @@ -3499,7 +3499,7 @@ "Modified: 11.7.1996 / 18:20:14 / cg" ! ! -!Color methodsFor:'Compatibility - ST80'! +!Color methodsFor:'Compatibility-ST80'! asDevicePaintOn:aDevice "ST-80 compatibility: an alias for on:. @@ -3521,7 +3521,7 @@ ^ self darkened ! ! -!Color methodsFor:'Compatibility - Squeak'! +!Color methodsFor:'Compatibility-Squeak'! bitPatternForDepth: depth "Return a Bitmap, possibly containing a stipple pattern, @@ -5188,7 +5188,7 @@ !Color class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libview/Color.st,v 1.176 2003-05-07 14:10:12 cg Exp $' + ^ '$Header: /cvs/stx/stx/libview/Color.st,v 1.177 2003-05-07 14:32:00 cg Exp $' ! ! Color initialize!