- Added default sounds (on first start and a new button in sound settings)

- Added new sound files
- Optimized SoundManager
- Saved relative path to sound file for portable version
- Updated english translation


git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8391 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2015-06-07 12:40:25 +00:00
parent c55e8043a5
commit acfa384f7f
19 changed files with 246 additions and 109 deletions

View file

@ -335,6 +335,8 @@ int main(int argc, char *argv[])
Settings->setValue(QString::fromUtf8("FirstRun"), false);
soundManager->initDefault();
#ifdef __APPLE__
/* For OSX, we set the default to "cleanlooks", as the AQUA style hides some input boxes
* only on the first run - as the user might want to change it ;)