diff options
author | mattlangtree <matt@northofthree.com> | 2008-05-01 01:18:56 +0000 |
---|---|---|
committer | mattlangtree <matt@northofthree.com> | 2008-05-01 01:18:56 +0000 |
commit | 276cef4346992083acfda3188cebbad986ec80f8 (patch) | |
tree | 7dbbee8b408296b1cdbd2ba47f3ef686e4f00c11 /TableDocument.h | |
parent | 6fefa167eb04635e7e329389ad584605cc0e9ce1 (diff) | |
download | sequelpro-276cef4346992083acfda3188cebbad986ec80f8.tar.gz sequelpro-276cef4346992083acfda3188cebbad986ec80f8.tar.bz2 sequelpro-276cef4346992083acfda3188cebbad986ec80f8.zip |
Miscellaneous UI changes
Diffstat (limited to 'TableDocument.h')
-rw-r--r-- | TableDocument.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/TableDocument.h b/TableDocument.h index 97041be1..b90628a7 100644 --- a/TableDocument.h +++ b/TableDocument.h @@ -135,6 +135,7 @@ //table methods - (IBAction)createTableSyntax:(id)sender; +- (IBAction)copyTableSyntax:(id)sender; - (IBAction)checkTable:(id)sender; - (IBAction)analyzeTable:(id)sender; - (IBAction)optimizeTable:(id)sender; |