diff options
Diffstat (limited to 'TableDocument.m')
-rw-r--r-- | TableDocument.m | 7 |
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 |