From e06bbfac6b708234155fc88cd4d0f1a48fd4b45f Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Fri, 30 May 2014 11:18:20 -0700 Subject: [PATCH] Remove unimplemented items from windows menu --- menus/win32.cson | 2 -- 1 file changed, 2 deletions(-) diff --git a/menus/win32.cson b/menus/win32.cson index 42a8f6286..e89154c06 100644 --- a/menus/win32.cson +++ b/menus/win32.cson @@ -164,11 +164,9 @@ { label: '&Help' submenu: [ - { label: '&About Atom...', command: 'application:about' } { label: 'View &Terms of Use', command: 'application:open-terms-of-use' } { label: 'View &License', command: 'application:open-license' } { label: "VERSION", enabled: false } - { label: "Install &update", command: 'application:install-update', visible: false } { type: 'separator' } { label: '&Documentation', command: 'application:open-documentation' } { type: 'separator' }