update my helpTool from an existing helpTool
authorca
Mon, 04 Nov 2002 10:23:48 +0100
changeset 1645 714b89cb8ff7
parent 1644 df1f5a97b8e9
child 1646 4d2809c829e0
update my helpTool from an existing helpTool
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'!