MenuEditor.st
changeset 699 7746185a3621
parent 686 6eabad89ebf6
child 703 5d0a14bdcc15
--- 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.