From 8af7ab7046ab834bc392a0eb31128c7d0647fd53 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Wed, 9 Jun 2010 23:13:28 +0000 Subject: Exporter enhancements, including: - Move the custom filename options view to a drop down view on the main exporter dialog. - Change the export data source matrix to a popup button. - Fix the export button being enabled when no tables are selected to be exported. - Various interface validation fixes. --- Source/SPConstants.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Source/SPConstants.h') diff --git a/Source/SPConstants.h b/Source/SPConstants.h index 10fd430f..5b37e5fb 100644 --- a/Source/SPConstants.h +++ b/Source/SPConstants.h @@ -65,9 +65,9 @@ typedef NSUInteger SPExportType; // Export source constants enum { - SPFilteredExport = 1, - SPQueryExport = 2, - SPTableExport = 3 + SPFilteredExport = 0, + SPQueryExport = 1, + SPTableExport = 2 }; typedef NSUInteger SPExportSource; -- cgit v1.2.3