# HG changeset patch # User ca # Date 1036401828 -3600 # Node ID 714b89cb8ff7eea27ade87e3294500a1d3aebced # Parent df1f5a97b8e99a3ff1ab9f9c48a6b42a37791bb0 update my helpTool from an existing helpTool diff -r df1f5a97b8e9 -r 714b89cb8ff7 MenuEditor.st --- a/MenuEditor.st Sat Nov 02 19:48:23 2002 +0100 +++ b/MenuEditor.st Mon Nov 04 10:23:48 2002 +0100 @@ -1438,13 +1438,7 @@ useHelpTool:aHelpTool "take the help dictionaries from aHelpTool into my helpTool " - |tool| - - tool := self helpTool. - - tool buildFromClass:(aHelpTool specClass). - tool dictionaries:(aHelpTool dictionaries). - tool dictionary:(aHelpTool dictionary). + self helpTool buildFromHelpTool:aHelpTool. ! ! !MenuEditor methodsFor:'actions'!