aboutsummaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
Diffstat (limited to 'Source')
-rw-r--r--Source/TableDump.m8
1 files changed, 8 insertions, 0 deletions
diff --git a/Source/TableDump.m b/Source/TableDump.m
index 9aa6df09..22e59597 100644
--- a/Source/TableDump.m
+++ b/Source/TableDump.m
@@ -1409,6 +1409,14 @@
[errorsSheet makeKeyWindow];
}
+/**
+ *
+ */
+- (void)sheetDidEnd:(NSWindow *)sheet returnCode:(NSInteger)returnCode contextInfo:(void *)contextInfo
+{
+ [sheet orderOut:self];
+}
+
#pragma mark -
/**