MenuEditor.st
changeset 725 9d3fa75a40e4
parent 716 7f95684c7f7d
child 728 638ae95885e1
--- 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.