Author: Xavier Oswald <xoswald@debian.org>
Description: Set the default sound font directory
Bug: http://bugs.debian.org/567565
Forwarded: not-needed
---
src/qsynthSetupForm.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- qsynth.orig/src/qsynthSetupForm.cpp
+++ qsynth/src/qsynthSetupForm.cpp
@@ -788,7 +788,7 @@ void qsynthSetupForm::openSoundFont (voi
QStringList soundfonts = QFileDialog::getOpenFileNames(
this, // Parent
QSYNTH_TITLE ": " + tr("Soundfont files"), // Caption.
- m_pOptions->sSoundFontDir, // Start here.
+ "/usr/share/sounds/sf2", // Start here.
tr("Soundfont files") + " (*.sf2 *.SF2)" // Filter (SF2 files)
);