TranslucentColor.st
branchjv
changeset 7855 46203abe7d57
parent 7803 14d6df784ebb
parent 7797 579173fa5f17
--- a/TranslucentColor.st	Wed Feb 01 21:42:41 2017 +0000
+++ b/TranslucentColor.st	Wed Feb 01 22:17:58 2017 +0000
@@ -38,8 +38,7 @@
 
 documentation
 "
-    TranslucentColor represents colors with an alpha (transparency)
-    channel.
+    TranslucentColor represents colors with an alpha (transparency) channel.
     This is experimental and not yet used by the system.
 
     [Instance variables:]
@@ -168,5 +167,9 @@
 
 version
     ^ '$Header$'
+!
+
+version_CVS
+    ^ '$Header$'
 ! !