diff options
author | rowanbeentje <rowan@beent.je> | 2010-03-29 22:56:24 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2010-03-29 22:56:24 +0000 |
commit | 2424d968ad5e6d9516b15fead3edf26d0183c450 (patch) | |
tree | 1fc3227a6d8b6cb7daf4ab3450828b073033ff68 /Source/CMCopyTable.h | |
parent | d4d1243d665aee61cde560468d72bb0ecfee3bd8 (diff) | |
download | sequelpro-2424d968ad5e6d9516b15fead3edf26d0183c450.tar.gz sequelpro-2424d968ad5e6d9516b15fead3edf26d0183c450.tar.bz2 sequelpro-2424d968ad5e6d9516b15fead3edf26d0183c450.zip |
- Ensure Copy [with Column Names]/Copy As SQL are disabled on the trigger and relations views. This fixes the copy parts of http://log.sequelpro.com/view/53
Diffstat (limited to 'Source/CMCopyTable.h')
-rw-r--r-- | Source/CMCopyTable.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CMCopyTable.h b/Source/CMCopyTable.h index 03fc53cb..6baa2527 100644 --- a/Source/CMCopyTable.h +++ b/Source/CMCopyTable.h @@ -114,5 +114,6 @@ @end +extern NSInteger MENU_EDIT_COPY; extern NSInteger MENU_EDIT_COPY_WITH_COLUMN; extern NSInteger MENU_EDIT_COPY_AS_SQL; |