# HG changeset patch # User Chris Cannam # Date 1211278455 0 # Node ID 92cad26f44a1c2ca7739248d94899742a52b53c6 # Parent 7d3c08e330f76fef1b050561c7277c4c17a8fdcd * Fix #1903059 "resample on import" not applied when reloading session diff -r 7d3c08e330f7 -r 92cad26f44a1 main/PreferencesDialog.cpp --- a/main/PreferencesDialog.cpp Fri May 09 15:39:42 2008 +0000 +++ b/main/PreferencesDialog.cpp Tue May 20 10:14:15 2008 +0000 @@ -391,7 +391,7 @@ if (m_changesOnRestart) { QMessageBox::information(this, tr("Preferences"), - tr("One or more of the application preferences you have changed may not take full effect until Sonic Visualiser is restarted.\nPlease exit and restart the application now if you want these changes to take effect immediately.")); + tr("Restart required
One or more of the application preferences you have changed may not take full effect until Sonic Visualiser is restarted.
Please exit and restart the application now if you want these changes to take effect immediately.
")); m_changesOnRestart = false; } }