From 99bb78bfb26deb9bf1223c1ceb4968cc922592fd Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Tue, 17 Sep 2013 00:29:11 +0000 Subject: Updating the Info.plist files. Don't deny directories being open, just in case we get to support UTIs that are OS X packages. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87222 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/ConfigurationController.m | 2 -- 1 file changed, 2 deletions(-) (limited to 'macosx/ConfigurationController.m') diff --git a/macosx/ConfigurationController.m b/macosx/ConfigurationController.m index 4dcb3afd..ab887d69 100755 --- a/macosx/ConfigurationController.m +++ b/macosx/ConfigurationController.m @@ -91,8 +91,6 @@ NSString *const memCardChangeNumberKey = @"PcsxrMemoryCardThatChangedKey"; mcd = Config.Mcd2; } - [openDlg setCanChooseFiles:YES]; - [openDlg setCanChooseDirectories:NO]; [openDlg setAllowedFileTypes:[PcsxrMemCardHandler supportedUTIs]]; path = [[NSFileManager defaultManager] stringWithFileSystemRepresentation:mcd length:strlen(mcd)]; -- cgit v1.2.3