changed: #helpSpec
authorClaus Gittinger <cg@exept.de>
Tue, 20 Oct 2009 12:17:08 +0200
changeset 2631 8d74338aa3bd
parent 2630 8d19a544d5da
child 2632 ffb81e22e680
changed: #helpSpec
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$'
 ! !