From 5046cc4752a5da4a921cc95298a37b2d4b3cbfeb Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Mon, 26 Jun 2006 05:08:19 +0000 Subject: [PATCH] Allow the user to create a new folder when choosing download location. --- macosx/PrefsController.m | 1 + 1 file changed, 1 insertion(+) diff --git a/macosx/PrefsController.m b/macosx/PrefsController.m index 588a45b91..5fbc70b80 100644 --- a/macosx/PrefsController.m +++ b/macosx/PrefsController.m @@ -503,6 +503,7 @@ [panel setAllowsMultipleSelection: NO]; [panel setCanChooseFiles: NO]; [panel setCanChooseDirectories: YES]; + [panel setCanCreateDirectories: YES]; [panel beginSheetForDirectory: nil file: nil types: nil modalForWindow: [self window] modalDelegate: self didEndSelector: