From 4edf63fbe9f69cd1ec98d7a2fe7babacf3e2a29c Mon Sep 17 00:00:00 2001 From: Adrian Gallagher Date: Wed, 14 Oct 2015 19:36:35 +1100 Subject: [PATCH] Litecoin: Update NSBundle identifier for OSX notifications --- src/qt/macnotificationhandler.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qt/macnotificationhandler.mm b/src/qt/macnotificationhandler.mm index aa50a0d9f..be3e73b20 100644 --- a/src/qt/macnotificationhandler.mm +++ b/src/qt/macnotificationhandler.mm @@ -13,7 +13,7 @@ - (NSString *)__bundleIdentifier { if (self == [NSBundle mainBundle]) { - return @"org.bitcoinfoundation.Bitcoin-Qt"; + return @"org.litecoin.Litecoin-Qt"; } else { return [self __bundleIdentifier]; }