diff options
| author | Camil Staps | 2015-08-21 19:58:16 +0200 |
|---|---|---|
| committer | Camil Staps | 2015-08-21 19:58:16 +0200 |
| commit | df0f49ad51e27621dcb6aa2dd26ef094b6b282d0 (patch) | |
| tree | c9ff4e6b8ebdd829c281de692d3f7007284a5cd2 /osmenu.icl | |
| parent | Fixing hmm and similar functions (diff) | |
Keyboard shortcuts working
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)
|
