useless code removed
authorClaus Gittinger <cg@exept.de>
Wed, 06 Jul 2011 18:19:30 +0200
changeset 10221 f3fcf030f6b4
parent 10220 068c79fa091c
child 10222 ba9d090082d3
useless code removed
MultiViewToolApplication.st
--- a/MultiViewToolApplication.st	Wed Jul 06 18:19:28 2011 +0200
+++ b/MultiViewToolApplication.st	Wed Jul 06 18:19:30 2011 +0200
@@ -67,27 +67,22 @@
 !MultiViewToolApplication class methodsFor:'help specs'!
 
 flyByHelpSpec
-    "This resource specification was automatically generated
-     by the UIHelpTool of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the UIHelpTool may not be able to read the specification."
-
-    "
-     UIHelpTool openOnClass:MultiViewToolApplication    
-    "
-
     <resource: #help>
 
     ^ super flyByHelpSpec addPairsFrom:#(
 
+#addWorkspace
+'Add another page (tab)'
+
 #hideToolBar
-'Hide Toolbar. Show again via the "View"-Menu'
+'Hide the toolbar. Show again via the "View"-Menu'
 
 #hideEditToolBar
 'Hide Edit-Toolbar. Show again via the "View"-Menu'
 
 )
+
+    "Modified: / 06-07-2011 / 18:08:57 / cg"
 ! !
 
 !MultiViewToolApplication class methodsFor:'image specs'!
@@ -1351,10 +1346,6 @@
 
 !MultiViewToolApplication class methodsFor:'documentation'!
 
-version
-    ^ '$Header: /cvs/stx/stx/libtool/MultiViewToolApplication.st,v 1.40 2011-01-22 11:05:01 cg Exp $'
-!
-
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/MultiViewToolApplication.st,v 1.40 2011-01-22 11:05:01 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/MultiViewToolApplication.st,v 1.41 2011-07-06 16:19:30 cg Exp $'
 ! !