diff -r 4700f54d0040 -r cddda688a9f2 ImageEditor.st --- a/ImageEditor.st Thu Nov 05 13:20:45 2009 +0100 +++ b/ImageEditor.st Thu Nov 05 14:55:44 2009 +0100 @@ -3071,8 +3071,8 @@ activeHelpKey: '' labelButtonType: Button rendererType: rowSelector - backgroundSelector: theColorItSelf: - selectedBackgroundSelector: theColorItSelf: + backgroundSelector: theColorItself: + selectedBackgroundSelector: theColorItself: isResizeable: false ) (DataSetColumnSpec @@ -3713,7 +3713,9 @@ "Modified: / 31.7.1998 / 01:11:35 / cg" ! -theColorItSelf:aColor +theColorItself:aColor + "an accessor for the table-column" + ^ aColor ! !