diff options
author | Bibiko <bibiko@eva.mpg.de> | 2009-04-23 08:21:32 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2009-04-23 08:21:32 +0000 |
commit | 00121910e9ac01c130cffd1f80ba92213c5570d3 (patch) | |
tree | 157766325209746e42028b3f8fff37641807a0eb /Source/TablesList.h | |
parent | 4d4db598830ce633c32577ff98c65963aa4c7aa4 (diff) | |
download | sequelpro-00121910e9ac01c130cffd1f80ba92213c5570d3.tar.gz sequelpro-00121910e9ac01c130cffd1f80ba92213c5570d3.tar.bz2 sequelpro-00121910e9ac01c130cffd1f80ba92213c5570d3.zip |
• ADDED support to duplicate views
Diffstat (limited to 'Source/TablesList.h')
-rw-r--r-- | Source/TablesList.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/TablesList.h b/Source/TablesList.h index f3abca1b..265fb73b 100644 --- a/Source/TablesList.h +++ b/Source/TablesList.h @@ -47,6 +47,7 @@ enum sp_table_types IBOutlet id copyTableSheet; IBOutlet id tablesListView; IBOutlet id copyTableNameField; + IBOutlet id copyTableMessageField; IBOutlet id copyTableContentSwitch; IBOutlet id tabView; IBOutlet id tableSheet; |