diff -r 7c7fb3f3a927 -r 9d3fa75a40e4 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.