From cc24661e6566d5f35e092642fe1fd435b49ad385 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Thu, 24 Jun 2010 11:41:01 +0000 Subject: =?UTF-8?q?=E2=80=A2=20replaced=20@"sql"=20and=20@"spf"=20by=20the?= =?UTF-8?q?ir=20SPConstant=20definitions=20=E2=80=A2=C2=A0further=20Save?= =?UTF-8?q?=20Session=20progress=20-=20store=20"saved=20as=20session=20acc?= =?UTF-8?q?essory=20view=20data"=20globally=20to=20support=20"Save=20Sessi?= =?UTF-8?q?on"=20-=20delete=20global=20"saved=20as=20session=20accessory?= =?UTF-8?q?=20view=20data"=20if=20last=20SP=20window=20will=20be=20closed?= =?UTF-8?q?=20-=20added=20to=20info.plist=20which=20tab=20is=20currently?= =?UTF-8?q?=20selected?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/SPExportController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/SPExportController.m') diff --git a/Source/SPExportController.m b/Source/SPExportController.m index 03b4a669..6dd289cd 100644 --- a/Source/SPExportController.m +++ b/Source/SPExportController.m @@ -707,7 +707,7 @@ switch (exportType) { case SPSQLExport: - extension = ([exportCompressOutputFile state]) ? @"sql.gz" : @"sql"; + extension = ([exportCompressOutputFile state]) ? [NSString stringWithFormat:@"%@.gz", SPFileExtensionSQL] : SPFileExtensionSQL; break; case SPXMLExport: extension = @"xml"; -- cgit v1.2.3