aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TablesList.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2009-04-23 07:10:57 +0000
committerBibiko <bibiko@eva.mpg.de>2009-04-23 07:10:57 +0000
commit4d4db598830ce633c32577ff98c65963aa4c7aa4 (patch)
tree52a0378ab3580ad68be8dfec5051be02f08e2130 /Source/TablesList.h
parent60d4410b32e957df668713fb53c8f041d1325fdb (diff)
downloadsequelpro-4d4db598830ce633c32577ff98c65963aa4c7aa4.tar.gz
sequelpro-4d4db598830ce633c32577ff98c65963aa4c7aa4.tar.bz2
sequelpro-4d4db598830ce633c32577ff98c65963aa4c7aa4.zip
• synchronized gear menu titles for "Remove table/view" according to selected table/view types
• disable/enable gear menu item "Duplicate table/view" according to the number of selected tables/views => for > 1 selected items disable the menu item
Diffstat (limited to 'Source/TablesList.h')
-rw-r--r--Source/TablesList.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/TablesList.h b/Source/TablesList.h
index 76b49609..f3abca1b 100644
--- a/Source/TablesList.h
+++ b/Source/TablesList.h
@@ -53,6 +53,9 @@ enum sp_table_types
IBOutlet id tableNameField;
IBOutlet id tableEncodingButton;
IBOutlet id addTableButton;
+
+ IBOutlet NSMenuItem *removeTableMenuItem;
+ IBOutlet NSMenuItem *duplicateTableMenuItem;
CMMCPConnection *mySQLConnection;