diff options
author | Chris Xiong <chirs241097@gmail.com> | 2017-08-22 11:35:33 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2017-08-22 11:35:33 +0800 |
commit | 5b5eba7e68e7de8d442824d2f5076ec7d623e2b8 (patch) | |
tree | edf3c1c093605e6c320128eda2d8b41b4ac2001d /qmidiplayer-desktop/qmpsettingswindow.cpp | |
parent | ab33532da11672ee435e2b566cdba81b2e79e874 (diff) | |
download | QMidiPlayer-5b5eba7e68e7de8d442824d2f5076ec7d623e2b8.tar.xz |
Windows type of functionality windows is now Qt::Dialog.
Initialization fluidsynth asynchronously.
Minor documentation update.
Diffstat (limited to 'qmidiplayer-desktop/qmpsettingswindow.cpp')
-rw-r--r-- | qmidiplayer-desktop/qmpsettingswindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qmidiplayer-desktop/qmpsettingswindow.cpp b/qmidiplayer-desktop/qmpsettingswindow.cpp index d40b789..985dd67 100644 --- a/qmidiplayer-desktop/qmpsettingswindow.cpp +++ b/qmidiplayer-desktop/qmpsettingswindow.cpp @@ -385,7 +385,7 @@ void qmpSettingsWindow::verifySF() if(QMessageBox::question(this, tr("No soundfont loaded"), tr("Internal fluidsynth was chosen as the default output but it has no soundfont set. " - "Would you like to setup soundfonts now?"))==QMessageBox::Yes) + "Would you like to setup soundfonts now? After that you may have to reload the internal synth."))==QMessageBox::Yes) { show(); ui->tabWidget->setCurrentWidget(ui->tab_3); |