aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPDatabaseDocument.h
diff options
context:
space:
mode:
authordmoagx <post@wickenrode.com>2013-03-11 23:34:59 +0000
committerdmoagx <post@wickenrode.com>2013-03-11 23:34:59 +0000
commite78826bf5848073f6cd095f500bff7c98f11d8b2 (patch)
treead9e7ef65fff73db968fe3c845f667e3e5ecface /Source/SPDatabaseDocument.h
parentf4967d21057a1363cacc9607b5ace0149a45ca11 (diff)
downloadsequelpro-e78826bf5848073f6cd095f500bff7c98f11d8b2.tar.gz
sequelpro-e78826bf5848073f6cd095f500bff7c98f11d8b2.tar.bz2
sequelpro-e78826bf5848073f6cd095f500bff7c98f11d8b2.zip
* Adding the possibility to set a collation when creating a database
Diffstat (limited to 'Source/SPDatabaseDocument.h')
-rw-r--r--Source/SPDatabaseDocument.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/SPDatabaseDocument.h b/Source/SPDatabaseDocument.h
index d618ea3b..da3d3c56 100644
--- a/Source/SPDatabaseDocument.h
+++ b/Source/SPDatabaseDocument.h
@@ -124,6 +124,7 @@
IBOutlet id databaseNameField;
IBOutlet id databaseEncodingButton;
+ IBOutlet id databaseCollationButton;
IBOutlet id addDatabaseButton;
#ifndef SP_CODA
@@ -326,6 +327,7 @@
#endif
- (void)selectDatabase:(NSString *)aDatabase item:(NSString *)anItem;
- (IBAction)addDatabase:(id)sender;
+- (IBAction)databaseEncodingButtonChanged:(id)sender;
- (IBAction)removeDatabase:(id)sender;
- (IBAction)refreshTables:(id)sender;
#ifndef SP_CODA /* method decls */