diff options
author | stuconnolly <stuart02@gmail.com> | 2010-07-15 12:08:13 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2010-07-15 12:08:13 +0000 |
commit | 3558fee0667274f8ae325d0354ac6e31b2144db9 (patch) | |
tree | 7d01a0e7b8c2b1bade1dd162835d05a67a551d3e /Source/SPDatabaseDocument.h | |
parent | b21ab51d37672f7e5934938d0ffde641f4de3a26 (diff) | |
download | sequelpro-3558fee0667274f8ae325d0354ac6e31b2144db9.tar.gz sequelpro-3558fee0667274f8ae325d0354ac6e31b2144db9.tar.bz2 sequelpro-3558fee0667274f8ae325d0354ac6e31b2144db9.zip |
Make the 'Export' menu item in the 'File' menu behave more like the export context menu by checking only the selecting tables. If no tables are selected all of them are checked by default (the same as before). Fixes issue #755.
Diffstat (limited to 'Source/SPDatabaseDocument.h')
-rw-r--r-- | Source/SPDatabaseDocument.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPDatabaseDocument.h b/Source/SPDatabaseDocument.h index e16a6b5c..9f04fc71 100644 --- a/Source/SPDatabaseDocument.h +++ b/Source/SPDatabaseDocument.h @@ -257,6 +257,7 @@ - (IBAction)copyCreateTableSyntaxFromSheet:(id)sender; - (IBAction)focusOnTableContentFilter:(id)sender; - (IBAction)focusOnTableListFilter:(id)sender; +- (IBAction)export:(id)sender; - (IBAction)exportSelectedTablesAs:(id)sender; // Other methods @@ -306,7 +307,6 @@ - (IBAction)saveConnectionSheet:(id)sender; - (IBAction)import:(id)sender; - (IBAction)importFromClipboard:(id)sender; -- (IBAction)export:(id)sender; - (IBAction)exportTable:(id)sender; - (IBAction)exportMultipleTables:(id)sender; - (IBAction)viewStructure:(id)sender; |