diff options
Diffstat (limited to 'osmenu.icl')
-rw-r--r-- | osmenu.icl | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -120,9 +120,6 @@ osTrackPopUpMenu menu framePtr tb // Changing (sub)menus:
osAppendMenuItem :: !OSMenuBar !Int !OSMenu !{#Char} !Bool !Bool !Char !*OSToolbox -> (!OSMenuItem,!OSMenu,!*OSToolbox)
osAppendMenuItem {menuWindow} index menu title able mark key tb
- # title = if (key <> '\0')
- (title +++ "\tCtrl+" +++ toString (toUpper key))
- title
# (item,tb) = winInsertMenuItem title able mark menu index tb
| key <> '\0'
= (item,menu,winAddMenuShortKey menuWindow item key tb)
|