aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConstants.h
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2010-06-09 23:13:28 +0000
committerstuconnolly <stuart02@gmail.com>2010-06-09 23:13:28 +0000
commit8af7ab7046ab834bc392a0eb31128c7d0647fd53 (patch)
treecf8b893f42488b19b040683ee380a47b496db149 /Source/SPConstants.h
parentb0d60faa09d16490dffe9c0b2a948d5d1890858a (diff)
downloadsequelpro-8af7ab7046ab834bc392a0eb31128c7d0647fd53.tar.gz
sequelpro-8af7ab7046ab834bc392a0eb31128c7d0647fd53.tar.bz2
sequelpro-8af7ab7046ab834bc392a0eb31128c7d0647fd53.zip
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.
Diffstat (limited to 'Source/SPConstants.h')
-rw-r--r--Source/SPConstants.h6
1 files changed, 3 insertions, 3 deletions
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;