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:
@@ -52,7 +52,6 @@ http://www.hardcoded.net/licenses/hs_license
|
||||
VTIsIntIn *vtScanTypeIsTag = [[[VTIsIntIn alloc] initWithValues:[NSIndexSet indexSetWithIndex:3] reverse:NO] autorelease];
|
||||
[NSValueTransformer setValueTransformer:vtScanTypeIsTag forName:@"vtScanTypeIsTag"];
|
||||
_directoryPanel = nil;
|
||||
_appName = APPNAME;
|
||||
return self;
|
||||
}
|
||||
|
||||
|
||||
@@ -8,6 +8,4 @@ http://www.hardcoded.net/licenses/hs_license
|
||||
|
||||
#import "../base/Consts.h"
|
||||
|
||||
#define APPNAME @"dupeGuru ME"
|
||||
|
||||
#define jobScanDeadTracks @"jobScanDeadTracks"
|
||||
@@ -225,6 +225,12 @@ class PyDupeGuru(PyApp):
|
||||
self.app.progress.job_cancelled = True
|
||||
|
||||
#---Registration
|
||||
def appName(self):
|
||||
return "dupeGuru Music 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