diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-11-16 00:31:09 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-11-16 00:31:09 +0000 |
commit | 280f8dcc22b5556a4ed56ae77116c5177cbbfa2c (patch) | |
tree | d38f27b278a65c2f258c80fb8377e5783ed1a71a /Source/SPCopyTable.h | |
parent | 487df2675fdc65933010ccf08ae0f5aa4ad92842 (diff) | |
download | sequelpro-280f8dcc22b5556a4ed56ae77116c5177cbbfa2c.tar.gz sequelpro-280f8dcc22b5556a4ed56ae77116c5177cbbfa2c.tar.bz2 sequelpro-280f8dcc22b5556a4ed56ae77116c5177cbbfa2c.zip |
• Bundle support
- added skeleton for scope datatable support
- removed unnecessary code
Diffstat (limited to 'Source/SPCopyTable.h')
-rw-r--r-- | Source/SPCopyTable.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/SPCopyTable.h b/Source/SPCopyTable.h index 3ccff43c..22e6f15c 100644 --- a/Source/SPCopyTable.h +++ b/Source/SPCopyTable.h @@ -154,6 +154,8 @@ - (BOOL)isCellEditingMode; - (BOOL)isCellComplex; +- (IBAction)executeBundleItemForDataTable:(id)sender; + @end extern NSInteger MENU_EDIT_COPY; |