aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTablesList.h
diff options
context:
space:
mode:
authordmoagx <post@wickenrode.com>2013-03-20 01:00:01 +0000
committerdmoagx <post@wickenrode.com>2013-03-20 01:00:01 +0000
commitfb59ce3e1a183c8406912b9b21c5b5621497d54e (patch)
tree516ba0d023c7719710cab686a32fa881aa883c27 /Source/SPTablesList.h
parent7ceb019cd1c2fa96eb985318be8e7d06f58713eb (diff)
downloadsequelpro-fb59ce3e1a183c8406912b9b21c5b5621497d54e.tar.gz
sequelpro-fb59ce3e1a183c8406912b9b21c5b5621497d54e.tar.bz2
sequelpro-fb59ce3e1a183c8406912b9b21c5b5621497d54e.zip
* Add support for specifying a collation when creating a table
Diffstat (limited to 'Source/SPTablesList.h')
-rw-r--r--Source/SPTablesList.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/SPTablesList.h b/Source/SPTablesList.h
index a8ba3b50..857263b9 100644
--- a/Source/SPTablesList.h
+++ b/Source/SPTablesList.h
@@ -73,6 +73,7 @@
IBOutlet id tableSheet;
IBOutlet id tableNameField;
IBOutlet id tableEncodingButton;
+ IBOutlet id tableCollationButton;
IBOutlet id tableTypeButton;
IBOutlet id toolbarAddButton;
#ifdef SP_CODA
@@ -143,6 +144,7 @@
- (IBAction)addTable:(id)sender;
- (IBAction)closeSheet:(id)sender;
- (IBAction)removeTable:(id)sender;
+- (IBAction)tableEncodingButtonChanged:(id)sender;
#ifndef SP_CODA /* method decls */
- (IBAction)copyTable:(id)sender;