make OSX Notification Center the default backend on mac

This commit is contained in:
Patrick von Reth 2014-07-23 23:58:04 +02:00
parent c5d5cf03e3
commit 981789b49f
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}