install help spec call
authortz
Wed, 11 Mar 1998 20:01:50 +0100
changeset 725 9d3fa75a40e4
parent 724 7c7fb3f3a927
child 726 2a09f1934fa5
install help spec call
MenuEditor.st
--- a/MenuEditor.st	Wed Mar 11 19:46:53 1998 +0100
+++ b/MenuEditor.st	Wed Mar 11 20:01:50 1998 +0100
@@ -1928,7 +1928,7 @@
     code := code withCRs.
     (ReadStream on:code) fileIn.
 
-    self helpTool installHelpSpecInto:self specClass.
+    self helpTool installHelpSpecsOnClass:self specClass.
 
     self updateHistory.
     hasSaved := true.