#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Mon, 13 Feb 2017 20:41:20 +0100
changeset 3886 48e95f2d273d
parent 3885 e639779ef87b
child 3887 75680e93cb48
#DOCUMENTATION by cg class: XPMReader comment/format in: #colorNameOf:
XPMReader.st
--- a/XPMReader.st	Mon Feb 13 20:37:35 2017 +0100
+++ b/XPMReader.st	Mon Feb 13 20:41:20 2017 +0100
@@ -342,7 +342,7 @@
 !XPMReader methodsFor:'private-writing'!
 
 colorNameOf:aColor
-    "generate a name for a color. If its a standard color,
+    "generate a name for a color. If it's a standard color,
      return its name; otherwise return the hex representation."
 
     #(white black red green blue
@@ -356,8 +356,9 @@
      , (aColor greenByte hexPrintString:2)
      , (aColor blueByte hexPrintString:2)
 
-    "Created: / 27.2.1997 / 11:48:40 / cg"
-    "Modified: / 6.6.1998 / 20:58:49 / cg"
+    "Created: / 27-02-1997 / 11:48:40 / cg"
+    "Modified: / 06-06-1998 / 20:58:49 / cg"
+    "Modified (comment): / 13-02-2017 / 20:35:30 / cg"
 ! !
 
 !XPMReader methodsFor:'reading'!