This commit is contained in:
Max-Wilhelm Bruker 2011-06-25 23:42:16 +02:00
parent 05ebb83ba4
commit 7bfa3e6d3a
4 changed files with 8 additions and 2 deletions

View file

@ -77,7 +77,7 @@ void MessageLogWidget::logGameJoined(int gameId)
void MessageLogWidget::logJoin(Player *player)
{
soundEngine->notification();
soundEngine->cuckoo();
myAppend(tr("%1 has joined the game.").arg(sanitizeHtml(player->getName())));
}