aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableDocument.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-02-26 22:41:56 +0000
committerBibiko <bibiko@eva.mpg.de>2010-02-26 22:41:56 +0000
commitb91ee5c9ee79e2407b85155748ad35d698cca574 (patch)
tree4adbbb51e212013fbcd07d7b73047dd6ec0e4374 /Source/TableDocument.h
parent947cb3e7725ee0e67cd0b2a22c34c5c1122d6cc3 (diff)
downloadsequelpro-b91ee5c9ee79e2407b85155748ad35d698cca574.tar.gz
sequelpro-b91ee5c9ee79e2407b85155748ad35d698cca574.tar.bz2
sequelpro-b91ee5c9ee79e2407b85155748ad35d698cca574.zip
• REPAIR, OPTIMIZE, ANALYZE, FLUSH, CHECKSUM now can be applied to more than one selected item in the TablesList; if no error alert OK, if not or for CHECKSUM list the output in a table view
- while sheet is open showing the accessory table user can press ⌘C for copying it - added missing NSLocalizeStrings • fixed a tiny issue for $SP_SELECTED_TABLES
Diffstat (limited to 'Source/TableDocument.h')
-rw-r--r--Source/TableDocument.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/TableDocument.h b/Source/TableDocument.h
index 74aa3402..e897ed36 100644
--- a/Source/TableDocument.h
+++ b/Source/TableDocument.h
@@ -52,6 +52,7 @@
IBOutlet id statusTableAccessoryView;
IBOutlet id statusTableView;
+ IBOutlet id statusTableCopyChecksum;
IBOutlet SPUserManager *userManagerInstance;
@@ -243,6 +244,7 @@
- (IBAction)closePasswordSheet:(id)sender;
- (IBAction)backForwardInHistory:(id)sender;
- (IBAction)showUserManager:(id)sender;
+- (IBAction)copyChecksumFromSheet:(id)sender;
- (void)showConsole:(id)sender;