aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TablesList.h
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2009-05-18 14:25:08 +0000
committerstuconnolly <stuart02@gmail.com>2009-05-18 14:25:08 +0000
commit657ffd4480328d149b5f70721945f042b1849953 (patch)
tree859eb3b78d29e9abca6e2bc0413ff059256b059e /Source/TablesList.h
parent7230764809d0e46b8b5f1caaacb5d53892ed85d8 (diff)
downloadsequelpro-657ffd4480328d149b5f70721945f042b1849953.tar.gz
sequelpro-657ffd4480328d149b5f70721945f042b1849953.tar.bz2
sequelpro-657ffd4480328d149b5f70721945f042b1849953.zip
Add most of the improvements made to the rename table sheet to the duplicate table sheet.
Diffstat (limited to 'Source/TablesList.h')
-rw-r--r--Source/TablesList.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/TablesList.h b/Source/TablesList.h
index 1d05d62d..1024e57a 100644
--- a/Source/TablesList.h
+++ b/Source/TablesList.h
@@ -49,6 +49,7 @@ enum sp_table_types
IBOutlet id tableWindow;
IBOutlet id copyTableSheet;
IBOutlet id tablesListView;
+ IBOutlet id copyTableButton;
IBOutlet id copyTableNameField;
IBOutlet id copyTableMessageField;
IBOutlet id copyTableContentSwitch;