diff options
author | Tim E. Real <termtech@rogers.com> | 2011-05-11 20:34:22 +0000 |
---|---|---|
committer | Tim E. Real <termtech@rogers.com> | 2011-05-11 20:34:22 +0000 |
commit | a89bf499261c8a4542930fd488c2652b31080fd5 (patch) | |
tree | 47a31bd1e89f769b282390b1d43da2d79d9892d5 /muse2/synti/fluidsynth | |
parent | 4f2e54561260eb8382953d5723d5d111353a22c9 (diff) |
Added file filter: All (*).
Diffstat (limited to 'muse2/synti/fluidsynth')
-rw-r--r-- | muse2/synti/fluidsynth/fluidsynthgui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/muse2/synti/fluidsynth/fluidsynthgui.cpp b/muse2/synti/fluidsynth/fluidsynthgui.cpp index 8c7bbf12..6fb49958 100644 --- a/muse2/synti/fluidsynth/fluidsynthgui.cpp +++ b/muse2/synti/fluidsynth/fluidsynthgui.cpp @@ -164,7 +164,7 @@ void FluidSynthGui::loadClicked() QString filename = QFileDialog::getOpenFileName(this, tr("Choose soundfont"), lastdir, - QString("*.[Ss][Ff]2")); + QString("Soundfonts (*.[Ss][Ff]2);;All files (*)")); if (filename != QString::null) { int lastslash = filename.lastIndexOf('/'); |