Litecoin: Update NSBundle identifier for OSX notifications

pull/220/head
Adrian Gallagher 9 years ago
parent 6c09388121
commit 4edf63fbe9

@ -13,7 +13,7 @@
- (NSString *)__bundleIdentifier
{
if (self == [NSBundle mainBundle]) {
return @"org.bitcoinfoundation.Bitcoin-Qt";
return @"org.litecoin.Litecoin-Qt";
} else {
return [self __bundleIdentifier];
}

Loading…
Cancel
Save