diff -r e639779ef87b -r 48e95f2d273d 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'!