# HG changeset patch # User tz # Date 889136295 -3600 # Node ID 7746185a36215117de016af4c706f37e9732d3d8 # Parent 5bf234e0e451a419ca4bc761d1b40e4d3ec8b35f for the help tool diff -r 5bf234e0e451 -r 7746185a3621 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.