mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-01-22 14:41:39 +00:00
Removed APPNAME and LIMIT_DESC consts from cocoa.
This commit is contained in:
@@ -37,7 +37,6 @@ http://www.hardcoded.net/licenses/hs_license
|
||||
{
|
||||
self = [super init];
|
||||
_directoryPanel = nil;
|
||||
_appName = APPNAME;
|
||||
return self;
|
||||
}
|
||||
|
||||
|
||||
@@ -8,5 +8,4 @@ http://www.hardcoded.net/licenses/hs_license
|
||||
|
||||
#import "../base/Consts.h"
|
||||
|
||||
#define APPNAME @"dupeGuru PE"
|
||||
#define ImageLoadedNotification @"ImageLoadedNotification"
|
||||
|
||||
@@ -199,6 +199,12 @@ class PyDupeGuru(PyApp):
|
||||
self.app.progress.job_cancelled = True
|
||||
|
||||
#---Registration
|
||||
def appName(self):
|
||||
return "dupeGuru Picture Edition"
|
||||
|
||||
def demoLimitDescription(self):
|
||||
return self.app.DEMO_LIMIT_DESC
|
||||
|
||||
@objc.signature('i@:')
|
||||
def isRegistered(self):
|
||||
return self.app.registered
|
||||
|
||||
Reference in New Issue
Block a user