diff -r ba5f99908093 -r 0c98cee2a952 MenuPanel.st --- a/MenuPanel.st Wed Mar 14 11:24:56 2018 +0000 +++ b/MenuPanel.st Fri Mar 16 10:22:38 2018 +0000 @@ -1164,7 +1164,7 @@ selectorOrBlock := selectorOrBlock first. ] ifFalse:[ - arg2 := self. + arg2 := anItem. "/ support for ST80 style applications "/ (expecting the message to go to the application @@ -1219,7 +1219,7 @@ ^ self "/ ^ selectorOrBlock "Modified: / 06-03-2012 / 14:49:00 / cg" - "Modified: / 05-02-2018 / 12:30:57 / Jan Vrany " + "Modified: / 16-03-2018 / 10:18:49 / Jan Vrany " ! acceptItem:anItemOrNil inMenu:aMenu