diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/nsmenu.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nsmenu.m b/src/nsmenu.m index 6f9f3728dee..393c4f4d872 100644 --- a/src/nsmenu.m +++ b/src/nsmenu.m | |||
| @@ -589,7 +589,7 @@ name_is_separator (name) | |||
| 589 | } | 589 | } |
| 590 | 590 | ||
| 591 | 591 | ||
| 592 | /* parse a wdiget_value's key rep (examples: 's-p', 's-S', '(C-x C-s)', '<f13>') | 592 | /* parse a widget_value's key rep (examples: 's-p', 's-S', '(C-x C-s)', '<f13>') |
| 593 | into an accelerator string */ | 593 | into an accelerator string */ |
| 594 | -(NSString *)parseKeyEquiv: (char *)key | 594 | -(NSString *)parseKeyEquiv: (char *)key |
| 595 | { | 595 | { |