for the help tool
authortz
Thu, 05 Mar 1998 23:18:15 +0100
changeset 699 7746185a3621
parent 698 5bf234e0e451
child 700 2aae4f3b6526
for the help tool
MenuEditor.st
--- a/MenuEditor.st	Thu Mar 05 17:24:21 1998 +0100
+++ b/MenuEditor.st	Thu Mar 05 23:18:15 1998 +0100
@@ -1520,7 +1520,7 @@
 useHelpDictionary:aDictionary
 
     self noteBookView.
-    self helpTool dictionary:aDictionary
+    self helpTool helpSpecFrom: specClass
 ! !
 
 !MenuEditor methodsFor:'aspects'!
@@ -1929,9 +1929,8 @@
     code := code withCRs.
     (ReadStream on:code) fileIn.
 
-    self isStandAlone ifTrue:[
-        self helpTool installHelpSpecInto:(self specClass)
-    ].
+    self helpTool installHelpSpecInto:self specClass.
+
     self updateHistory.
     hasSaved := true.
     modified := false.