mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
Fix typo in comment (NSMneu → NSMenu)
This commit is contained in:
committed by
Allan Odgaard
parent
c49f06fd28
commit
1ebe9d9373
@@ -11,7 +11,7 @@ The route of an event seems to be:
|
||||
- OakMainMenu performKeyEquivalent:
|
||||
- OakTextView keyDown:
|
||||
|
||||
Handling keys in keyDown: (and trusting NSMneu to handle menu items) leads to a
|
||||
Handling keys in keyDown: (and trusting NSMenu to handle menu items) leads to a
|
||||
few problems:
|
||||
|
||||
- If multiple menu items share key, NSMenu will pick one at random. We can
|
||||
|
||||
Reference in New Issue
Block a user