diff -r 5096f66ba82d -r 08d5c0a01e56 MenuEditor.st --- a/MenuEditor.st Fri Mar 19 21:05:54 1999 +0100 +++ b/MenuEditor.st Fri Mar 19 21:57:48 1999 +0100 @@ -3044,7 +3044,7 @@ redrawLabelAt:x y:yTop index:anIndex "draw text label assigned to a node at x y( center)" - |isSelected y0 x0 x1 maxX w label type item| + |isSelected y0 x0 x1 w type item| item := (listOfNodes at:anIndex) contents. type := item separatorType.