*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Sat, 20 Dec 2008 00:03:00 +0100
changeset 8507 f47d19293fed
parent 8506 45f668254d30
child 8508 34480c5b32d2
*** empty log message ***
MultiViewToolApplication.st
--- a/MultiViewToolApplication.st	Sat Dec 20 00:02:55 2008 +0100
+++ b/MultiViewToolApplication.st	Sat Dec 20 00:03:00 2008 +0100
@@ -63,29 +63,6 @@
     "Created: / 14-07-2007 / 16:38:47 / cg"
 ! !
 
-!MultiViewToolApplication class methodsFor:'help specs'!
-
-helpSpec
-    "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 helpSpec addPairsFrom:#(
-
-#hideToolBar
-''
-
-)
-! !
-
 !MultiViewToolApplication class methodsFor:'image specs'!
 
 hideToolBarIcon
@@ -1216,5 +1193,5 @@
 !MultiViewToolApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/MultiViewToolApplication.st,v 1.26 2008-12-18 02:14:42 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/MultiViewToolApplication.st,v 1.27 2008-12-19 23:03:00 cg Exp $'
 ! !