Renamed clone entry to duplicate entry. Using NSStringFromSelector in MPActionHelper

This commit is contained in:
michael starke
2014-10-29 18:41:25 +01:00
parent 6303436ca9
commit e0d1ad5f22
14 changed files with 123 additions and 120 deletions

View File

@@ -182,8 +182,8 @@ APPKIT_EXTERN NSString *const MPDocumentGroupKey;
*/
- (IBAction)createEntryFromTemplate:(id)sender;
- (IBAction)cloneEntry:(id)sender;
- (IBAction)duplicateEntry:(id)sender;
- (IBAction)cloneEntryWithOptions:(id)sender;
- (IBAction)duplicateEntryWithOptions:(id)sender;
@end