UISpecificationTool.st
changeset 2631 8d74338aa3bd
parent 2545 cd5d45739973
child 2743 a3413ff28529
--- 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$'
 ! !