diff -r f82d184bf871 -r 32b1012426e3 UIHelpTool.st --- a/UIHelpTool.st Sat Jun 20 15:42:23 1998 +0200 +++ b/UIHelpTool.st Sat Jun 20 15:45:53 1998 +0200 @@ -618,8 +618,6 @@ "reads the help dictionary from aClass and find remaining classes 'between' aClass and ApplicationModel" - self createBuilder. - modified := false. specClass notNil ifTrue: @@ -645,7 +643,7 @@ self updateList - "Modified: / 19.6.1998 / 03:35:52 / cg" + "Modified: / 20.6.1998 / 14:54:46 / cg" ! buildFromClass: aClass andSelector: aSelector