Running this ARexx script should reproduce the fault:
Code: Select all
/* ARexx AppMenu test */
ADDRESS WORKBENCH
MENU ADD NAME menu1 TITLE "thisisquitealongappmenutitle" CMD "C:RequestChoice TITLE Test BODY Test GADGETS OK"
SAY "Press Return to remove the AppMenu item"
PARSE PULL
MENU REMOVE NAME menu1