aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TablesList.h
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2009-05-19 14:06:32 +0000
committerstuconnolly <stuart02@gmail.com>2009-05-19 14:06:32 +0000
commit0ad4a219afda9e2c00db4dd80598d17ce6bf0c1f (patch)
treecd439e749894ee5d03f0c0af05505bd88d850f8c /Source/TablesList.h
parent7115982d90ccc4e601d1d20ffb12bedb18978d10 (diff)
downloadsequelpro-0ad4a219afda9e2c00db4dd80598d17ce6bf0c1f.tar.gz
sequelpro-0ad4a219afda9e2c00db4dd80598d17ce6bf0c1f.tar.bz2
sequelpro-0ad4a219afda9e2c00db4dd80598d17ce6bf0c1f.zip
When adding a new table allow the user to specify the storage engine used.
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 6bc0d76b..a745f9ba 100644
--- a/Source/TablesList.h
+++ b/Source/TablesList.h
@@ -58,6 +58,7 @@ enum sp_table_types
IBOutlet id tableSheet;
IBOutlet id tableNameField;
IBOutlet id tableEncodingButton;
+ IBOutlet id tableTypeButton;
IBOutlet id addTableButton;
IBOutlet id tableRenameSheet;
IBOutlet id tableRenameField;