From ca64d295c058dcd3d5308cce56379401e6658434 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Thu, 24 Jun 2010 13:35:22 +0000 Subject: =?UTF-8?q?=E2=80=A2=C2=A0initial=20support=20for=20open=20a=20spf?= =?UTF-8?q?s=20session=20file=20(works=20rudimentary=20-=20fine-tuning=20c?= =?UTF-8?q?omes=20soon)=20=E2=80=A2=20added=20constant=20"SPBundleFileExte?= =?UTF-8?q?nsion"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/SPDatabaseDocument.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/SPDatabaseDocument.m') diff --git a/Source/SPDatabaseDocument.m b/Source/SPDatabaseDocument.m index 85cc2bfb..53a18913 100644 --- a/Source/SPDatabaseDocument.m +++ b/Source/SPDatabaseDocument.m @@ -2827,7 +2827,7 @@ return; } - [panel setAllowedFileTypes:[NSArray arrayWithObjects:@"spfs", nil]]; + [panel setAllowedFileTypes:[NSArray arrayWithObjects:SPBundleFileExtension, nil]]; // Update accessory button states [self validateSaveConnectionAccessory:nil]; -- cgit v1.2.3