Rename event to open-settings from open-config

This commit is contained in:
Jessica Lord & Kevin Sawicki
2013-08-09 13:38:01 -07:00
parent 4491a9302b
commit 4f8f8c43a4
2 changed files with 2 additions and 2 deletions

View File

@@ -96,7 +96,7 @@ class AtomApplication
submenu: [
{ label: 'About Atom', selector: 'orderFrontStandardAboutPanel:' }
{ type: 'separator' }
{ label: 'Preferences...', accelerator: 'Command+,', click: => @sendCommand('window:open-config') }
{ label: 'Preferences...', accelerator: 'Command+,', click: => @sendCommand('window:open-settings') }
{ type: 'separator' }
{ label: 'Hide Atom', accelerator: 'Command+H', selector: 'hide:' }
{ label: 'Hide Others', accelerator: 'Command+Shift+H', selector: 'hideOtherApplications:' }

View File

@@ -25,7 +25,7 @@ class SettingsView extends ScrollView
rootView.command 'settings-view:toggle', ->
rootView.open(configUri)
$(window).on 'window:open-config', ->
$(window).on 'window:open-settings', ->
rootView.open(configUri)
@deserialize: ({activePanelName}={}) ->