changed: #flyByHelpSpec
authorClaus Gittinger <cg@exept.de>
Thu, 09 Aug 2012 11:01:15 +0200
changeset 2904 bd6cacbab203
parent 2903 8470507f8cd8
child 2905 d02db91a0938
changed: #flyByHelpSpec
ColorEditDialog.st
--- a/ColorEditDialog.st	Thu Aug 09 11:01:12 2012 +0200
+++ b/ColorEditDialog.st	Thu Aug 09 11:01:15 2012 +0200
@@ -99,7 +99,7 @@
 'The Color''s brightness value (0..1)'
 
 #colorDefinitionString
-'A Smalltalk expression to construct the color.'
+'A Smalltalk expression to construct the color'
 
 #colorName
 'The standard colorname (as used in the X-Window System), if known'
@@ -111,7 +111,7 @@
 'Mix color from hls (hue-light-saturation) components'
 
 #htmlColorName
-'The color as used in an HTML page.'
+'The color as used in an HTML page'
 
 #pasteFromClipboard
 'Paste color from the Clipboard'
@@ -120,6 +120,8 @@
 'Mix color from rgb (red-green-blue) components'
 
 )
+
+    "Modified: / 09-08-2012 / 09:35:29 / cg"
 ! !
 
 !ColorEditDialog class methodsFor:'image specs'!