diff --git a/src/core/snore.cpp b/src/core/snore.cpp index 5d64523..a834b1b 100644 --- a/src/core/snore.cpp +++ b/src/core/snore.cpp @@ -199,7 +199,7 @@ bool SnoreCore::setPrimaryNotificationBackend() return true; } #elif defined(Q_OS_MAC) - if(d->setBackendIfAvailible("Growl")) + if(d->setBackendIfAvailible("OSX Notification Center")) { return true; }