diff options
Diffstat (limited to 'Source/SPTableContent.h')
-rw-r--r-- | Source/SPTableContent.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/SPTableContent.h b/Source/SPTableContent.h index cc965e19..90cfc40c 100644 --- a/Source/SPTableContent.h +++ b/Source/SPTableContent.h @@ -51,7 +51,7 @@ IBOutlet id argumentField; IBOutlet id filterButton; IBOutlet id addButton; - IBOutlet id copyButton; + IBOutlet id duplicateButton; IBOutlet id removeButton; IBOutlet id reloadButton; #ifndef SP_REFACTOR @@ -189,7 +189,7 @@ // Edit methods - (IBAction)addRow:(id)sender; -- (IBAction)copyRow:(id)sender; +- (IBAction)duplicateRow:(id)sender; - (IBAction)removeRow:(id)sender; - (void)removeRowSheetDidEnd:(NSAlert *)alert returnCode:(NSInteger)returnCode contextInfo:(NSString *)contextInfo; @@ -271,7 +271,7 @@ @property (assign) id secondBetweenField; @property (assign) id argumentField; @property (assign) NSButton* addButton; -@property (assign) NSButton* copyButton; +@property (assign) NSButton* duplicateButton; @property (assign) NSButton* removeButton; @property (assign) NSButton* reloadButton; @property (assign) NSButton* paginationNextButton; |