# HG changeset patch # User Claus Gittinger # Date 1256033828 -7200 # Node ID 8d74338aa3bd629f2379e44c98cb61754f890d97 # Parent 8d19a544d5da20d4ce456aae92521cf9375f000f changed: #helpSpec diff -r 8d19a544d5da -r 8d74338aa3bd UISpecificationTool.st --- a/UISpecificationTool.st Tue Oct 20 10:41:17 2009 +0200 +++ b/UISpecificationTool.st Tue Oct 20 12:17:08 2009 +0200 @@ -82,9 +82,6 @@ #allowSymbolicFonts 'FontMenu is allowed to return a symbolic font name' -#autoScrollHorizontal -'' - #browseAction 'Browse/Create the Action method.' @@ -94,21 +91,12 @@ #editListSpec 'Edit the contents of the list (inline)' -#formatString -'' - #labelsAreColored 'Show color in ColorMenuLabels' #showFrame 'Show the frame' -#textModel -'' - -#translateLabel -'' - ) ! ! @@ -495,4 +483,8 @@ version ^ '$Header$' +! + +version_CVS + ^ '$Header$' ! !