Mercurial > hg > sonic-visualiser
changeset 255:92cad26f44a1
* Fix #1903059 "resample on import" not applied when reloading session
author | Chris Cannam |
---|---|
date | Tue, 20 May 2008 10:14:15 +0000 |
parents | 7d3c08e330f7 |
children | 21d56bbd143b |
files | main/PreferencesDialog.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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("<b>Restart required</b><p>One or more of the application preferences you have changed may not take full effect until Sonic Visualiser is restarted.</p><p>Please exit and restart the application now if you want these changes to take effect immediately.</p>")); m_changesOnRestart = false; } }