diff --git a/src/kits/midi/SoftSynth.cpp b/src/kits/midi/SoftSynth.cpp index 58ea09bd13..3d2c5831ca 100644 --- a/src/kits/midi/SoftSynth.cpp +++ b/src/kits/midi/SoftSynth.cpp @@ -88,6 +88,7 @@ BSoftSynth::SetDefaultInstrumentsFile() // in the user settings directory BPath path; if (find_directory(B_USER_SETTINGS_DIRECTORY, &path, false, NULL) == B_OK) { + path.Append("/synth/"); path.Append(kSynthFileName); if (BEntry(path.Path()).Exists()) return SetInstrumentsFile(path.Path());