From 481b83c1ac21038f8f1dafc8da43755da713061c Mon Sep 17 00:00:00 2001 From: Nounours Heureux Date: Sat, 4 Jul 2015 11:43:54 +0200 Subject: [PATCH] Set a default statement --- src/browser/atom-application.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/browser/atom-application.coffee b/src/browser/atom-application.coffee index 0ad64cddb..f6813914e 100644 --- a/src/browser/atom-application.coffee +++ b/src/browser/atom-application.coffee @@ -576,7 +576,7 @@ class AtomApplication title: switch type when 'file' then 'Open File' when 'folder' then 'Open Folder' - when 'all' then 'Open' + else 'Open' if process.platform is 'linux' if projectPath = @lastFocusedWindow?.projectPath