From: Damiano Galassi Date: Sat, 4 Feb 2017 09:27:20 +0000 (+0100) Subject: MacGui: make it possible to create a new folder in the destination open panel. X-Git-Tag: 1.1.0~745 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9bd4723096d9c357c7cbf3242fb18537fc1cb66e;p=handbrake MacGui: make it possible to create a new folder in the destination open panel. --- diff --git a/macosx/HBController.m b/macosx/HBController.m index 5859f0c6a..5b26fc438 100644 --- a/macosx/HBController.m +++ b/macosx/HBController.m @@ -850,6 +850,7 @@ NSOpenPanel *panel = [NSOpenPanel openPanel]; panel.canChooseFiles = NO; panel.canChooseDirectories = YES; + panel.canCreateDirectories = YES; panel.prompt = NSLocalizedString(@"Choose", nil); if (self.job.outputURL)