diff options
Diffstat (limited to 'Source/SPTablesList.h')
-rw-r--r-- | Source/SPTablesList.h | 2 |
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; |