aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPExportController.h
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2012-04-01 13:56:59 +0000
committerstuconnolly <stuart02@gmail.com>2012-04-01 13:56:59 +0000
commitd951d5bcd6a86736c09863af98bef18cbb41eef5 (patch)
tree7563cc520b5c4570df7f4b818dc0378abbe6a06f /Source/SPExportController.h
parente0c3c7e6d7eb9748245d2e75759fdc6141890929 (diff)
downloadsequelpro-d951d5bcd6a86736c09863af98bef18cbb41eef5.tar.gz
sequelpro-d951d5bcd6a86736c09863af98bef18cbb41eef5.tar.bz2
sequelpro-d951d5bcd6a86736c09863af98bef18cbb41eef5.zip
Improve the availability of the table name token on the custom export filename selection.
It's now no longer available during the following situations: - Exporting more than one table during an SQL export - Exporting more than one table during a CSV or XML, but only if the export to multiple files is not checked
Diffstat (limited to 'Source/SPExportController.h')
-rw-r--r--Source/SPExportController.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/SPExportController.h b/Source/SPExportController.h
index 9c084334..4dbb2000 100644
--- a/Source/SPExportController.h
+++ b/Source/SPExportController.h
@@ -263,6 +263,4 @@
- (IBAction)toggleSQLIncludeDropSyntax:(NSButton *)sender;
- (IBAction)toggleNewFilePerTable:(NSButton *)sender;
-- (void)savePanelDidEnd:(NSSavePanel *)panel returnCode:(NSInteger)returnCode contextInfo:(void *)contextInfo;
-
@end