mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-13 11:32:48 -04: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue