diff options
Diffstat (limited to 'Source/SPDatabaseDocument.m')
-rw-r--r-- | Source/SPDatabaseDocument.m | 2 |
1 files changed, 1 insertions, 1 deletions
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]; |