From 9747f747c641146e3ddf6659bf9176aae3eab6ea Mon Sep 17 00:00:00 2001 From: Jason Rudolph Date: Tue, 23 Apr 2019 16:37:03 -0400 Subject: [PATCH] Update src/main-process/atom-application.js Co-Authored-By: smashwilson --- src/main-process/atom-application.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main-process/atom-application.js b/src/main-process/atom-application.js index e371dc405..61c44f6fd 100644 --- a/src/main-process/atom-application.js +++ b/src/main-process/atom-application.js @@ -599,7 +599,7 @@ class AtomApplication extends EventEmitter { // Triggered by the 'open-file' event from Electron: // https://electronjs.org/docs/api/app#event-open-file-macos - // For example, this is fired when a file is dragged and dropped onto the dock. + // For example, this is fired when a file is dragged and dropped onto the Atom application icon in the dock. this.disposable.add(ipcHelpers.on(app, 'open-file', (event, pathToOpen) => { event.preventDefault() this.openPath({pathToOpen})