diff options
author | stuconnolly <stuart02@gmail.com> | 2012-06-10 09:25:14 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2012-06-10 09:25:14 +0000 |
commit | e4afd6305a2e4a5f57987c4aa7938d2ba20f5676 (patch) | |
tree | 87cfe84c9df5d562b74e0b474d2c153287a98f1c /Source/SPTablesList.h | |
parent | 638dcc0e4bc3038224e9921547f4c00a36837f56 (diff) | |
download | sequelpro-e4afd6305a2e4a5f57987c4aa7938d2ba20f5676.tar.gz sequelpro-e4afd6305a2e4a5f57987c4aa7938d2ba20f5676.tar.bz2 sequelpro-e4afd6305a2e4a5f57987c4aa7938d2ba20f5676.zip |
Add the default encoding and storage engine to the default menu items on the new table sheet. Implements issue #1245.
Diffstat (limited to 'Source/SPTablesList.h')
-rw-r--r-- | Source/SPTablesList.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/SPTablesList.h b/Source/SPTablesList.h index f8043747..368880f0 100644 --- a/Source/SPTablesList.h +++ b/Source/SPTablesList.h @@ -44,9 +44,9 @@ <NSTextFieldDelegate> #endif { - IBOutlet SPDatabaseDocument* tableDocumentInstance; - IBOutlet SPTableStructure* tableSourceInstance; - IBOutlet SPTableContent* tableContentInstance; + IBOutlet SPDatabaseDocument *tableDocumentInstance; + IBOutlet SPTableStructure *tableSourceInstance; + IBOutlet SPTableContent *tableContentInstance; #ifndef SP_REFACTOR /* ivars */ IBOutlet id customQueryInstance; IBOutlet id tableDumpInstance; |