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'!