mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-16 21:12:31 -04:00
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:
parent
06926a64c0
commit
9ea1a7ab24
5 changed files with 22 additions and 8 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue