mirror of
https://github.com/arsenetar/dupeguru.git
synced 2024-11-05 15:59:03 +00:00
e9a97afdf8
--HG-- extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%402
17 lines
672 B
Objective-C
17 lines
672 B
Objective-C
#import <Cocoa/Cocoa.h>
|
|
|
|
#define DuplicateSelectionChangedNotification @"DuplicateSelectionChangedNotification"
|
|
#define ResultsChangedNotification @"ResultsChangedNotification"
|
|
#define ResultsMarkingChangedNotification @"ResultsMarkingChangedNotification"
|
|
#define RegistrationRequired @"RegistrationRequired"
|
|
#define JobStarted @"JobStarted"
|
|
#define JobInProgress @"JobInProgress"
|
|
|
|
#define jobLoad @"job_load"
|
|
#define jobScan @"job_scan"
|
|
#define jobCopy @"job_copy"
|
|
#define jobMove @"job_move"
|
|
#define jobDelete @"job_delete"
|
|
|
|
#define DEMO_MAX_ACTION_COUNT 10
|
|
#define LIMIT_DESC @"In the demo version, only 10 duplicates per session can be sent to Trash, moved or copied." |