# HG changeset patch # User Claus Gittinger # Date 920123135 -3600 # Node ID 10adcd590f2aad85c59673b5502c7ce11241539c # Parent 56ae9768b7ff6bb971d8f4195d9bc05bf107606a help text changed diff -r 56ae9768b7ff -r 10adcd590f2a UISpecificationTool.st --- a/UISpecificationTool.st Fri Feb 26 13:46:21 1999 +0100 +++ b/UISpecificationTool.st Sat Feb 27 14:45:35 1999 +0100 @@ -429,16 +429,16 @@ 'Defines how selected items are highlighted' #itemContentsSelector -'Method in the application to return a nodes (lazy) contents.' +'Method in the application to return a block retrieveing a nodes (lazy) contents.' #itemLabelSelector -'Method in the application to return a nodes (lazy) label.' +'Method in the application to return a block retrieveing nodes (lazy) label.' #itemChildrenSelector -'Method in the application to return a nodes (lazy) children.' +'Method in the application to return a block retrieveing nodes (lazy) children.' #itemIconSelector -'Method in the application to return a nodes (lazy) icon.' +'Method in the application to return a block retrieveing nodes (lazy) icon.' #tabLabels 'Name of the message sent to the application returning a list of labels for the tab items.'