aboutsummaryrefslogtreecommitdiffstats
path: root/TableDocument.m
diff options
context:
space:
mode:
Diffstat (limited to 'TableDocument.m')
-rw-r--r--TableDocument.m7
1 files changed, 1 insertions, 6 deletions
diff --git a/TableDocument.m b/TableDocument.m
index 968a9480..f473dfd2 100644
--- a/TableDocument.m
+++ b/TableDocument.m
@@ -1099,12 +1099,7 @@ NSString *TableDocumentFavoritesControllerFavoritesDidChange = @"TableDocumentFa
passes the request to the tableDump object
*/
{
- [tableDumpInstance importFile:[sender tag]];
-}
-
-- (IBAction)importCSV:(id)sender
-{
- return [self import:sender];
+ [tableDumpInstance importFile];
}
- (IBAction)export:(id)sender