aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableDump.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-02-17 15:54:12 +0000
committerBibiko <bibiko@eva.mpg.de>2010-02-17 15:54:12 +0000
commit299e8821edf9a1705a556c482a2a0ea4d6f9a0a8 (patch)
treec5f262a1b0920c796283dd008c2679396ab4cd66 /Source/TableDump.h
parent9e3ee6a65342adb3c30ee744c95467e469d17f96 (diff)
downloadsequelpro-299e8821edf9a1705a556c482a2a0ea4d6f9a0a8.tar.gz
sequelpro-299e8821edf9a1705a556c482a2a0ea4d6f9a0a8.tar.bz2
sequelpro-299e8821edf9a1705a556c482a2a0ea4d6f9a0a8.zip
• TableDump
- introduced new method: - (void)showErrorSheetWithMessage:(NSString*)message to unify it and made all error sheets doc-modal (not app-modal) - Close button of the errorSheet now also listens at ESC
Diffstat (limited to 'Source/TableDump.h')
-rw-r--r--Source/TableDump.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/TableDump.h b/Source/TableDump.h
index 3db8c908..8054bf06 100644
--- a/Source/TableDump.h
+++ b/Source/TableDump.h
@@ -162,6 +162,7 @@ typedef enum _SPExportModes {
// Additional methods
- (void)setConnection:(MCPConnection *)theConnection;
+- (void)showErrorSheetWithMessage:(NSString*)message;
// Import/export delegate notifications
- (void)panelSelectionDidChange:(id)sender;