Renamed new sound event from "Download ready" to "Download complete".

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5726 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2012-10-26 13:01:58 +00:00
parent 06926a64c0
commit 9ea1a7ab24
5 changed files with 22 additions and 8 deletions

View file

@ -656,7 +656,7 @@ void NotifyQt::UpdateGUI()
}
break;
case RS_POPUP_DOWNLOAD:
soundManager->play(SOUND_DOWNLOAD_READY);
soundManager->play(SOUND_DOWNLOAD_COMPLETE);
if (popupflags & RS_POPUP_DOWNLOAD)
{