diff -r a66029015c18 -r b344159da248 QTfrontend/ui/widget/chatwidget.cpp --- a/QTfrontend/ui/widget/chatwidget.cpp Sat Oct 29 20:47:40 2011 +0200 +++ b/QTfrontend/ui/widget/chatwidget.cpp Sun Oct 30 06:22:47 2011 +0100 @@ -250,8 +250,11 @@ if (notify) m_helloSound = HWDataManager::instance().findFileForRead( "Sounds/voices/Classic/Hello.ogg"); + m_hilightSound = HWDataManager::instance().findFileForRead( - "Sounds/1C.ogg"); + "Sounds/beep.ogg"); + + //m_hilightSound = m_helloSound;//"Sounds/beep.ogg"; } mainLayout.setSpacing(1);