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:
csoler 2015-06-07 20:28:50 +00:00
parent eb383e4a29
commit 59eb4205ac

View File

@ -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();