mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-13 16:39:43 -05:00
fixed typo in previous commit
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8395 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
eb383e4a29
commit
59eb4205ac
@ -73,7 +73,7 @@ void SoundManager::soundEvents(SoundEvents &events)
|
||||
#ifdef WINDOWS_SYS
|
||||
QDir baseDir = QDir(qApp->applicationDirPath() + "/sounds");
|
||||
#else
|
||||
QDir baseDir = QDir("/usr/share/Retroshare06/sounds");
|
||||
QDir baseDir = QDir("/usr/share/RetroShare06/sounds");
|
||||
#endif
|
||||
|
||||
events.mDefaultPath = baseDir.absolutePath();
|
||||
|
Loading…
Reference in New Issue
Block a user