Merge branch 'master' into platform-keybindings

This commit is contained in:
Matt Colyer
2013-11-19 11:58:48 -08:00

View File

@@ -73,6 +73,8 @@ class MenuManager
# Private
normalizeLabel: (label) ->
return undefined unless label?
if process.platform is 'win32'
label.replace(/\&/g, '')
else