refs #258, notification sounds

* added to RuntimeBasedComponent
This commit is contained in:
Klaus Basan
2014-06-05 02:36:38 +02:00
parent 1b804ca8d7
commit aac967a4a6
4 changed files with 14 additions and 2 deletions

View File

@@ -216,7 +216,7 @@ namespace BlackGui
// sound
if (this->getIContextAudio())
this->getIContextAudio()->playNotification(BlackSound::CNotificationSounds::NotificationTextMessage);
this->getIContextAudio()->playNotification(BlackSound::CNotificationSounds::NotificationTextMessagePrivate, true);
}
/*