diff --git a/Atom/Classes/AtomApp.m b/Atom/Classes/AtomApp.m index baf49c32d..83b7a6806 100644 --- a/Atom/Classes/AtomApp.m +++ b/Atom/Classes/AtomApp.m @@ -46,9 +46,9 @@ [self open:nil]; } -- (IBAction)openFileInNewWindow:(id)sender { +- (IBAction)openPathInNewWindow:(id)sender { NSOpenPanel *panel = [NSOpenPanel openPanel]; - [panel setCanChooseDirectories:NO]; + [panel setCanChooseDirectories:YES]; if ([panel runModal] == NSFileHandlingPanelOKButton) { [self open:[panel.URLs.lastObject path]]; } diff --git a/Atom/en.lproj/MainMenu.xib b/Atom/en.lproj/MainMenu.xib index 130f561d4..d01d0fccf 100644 --- a/Atom/en.lproj/MainMenu.xib +++ b/Atom/en.lproj/MainMenu.xib @@ -2,10 +2,10 @@ 1070 - 11B26 + 11C74 1938 - 1138 - 566.00 + 1138.23 + 567.00 com.apple.InterfaceBuilder.CocoaPlugin 1938 @@ -151,11 +151,11 @@ - openFileInNewWindow: + openPathInNewWindow: - 546 + 547 @@ -335,7 +335,7 @@ - 546 + 547