Mercurial > hg > sonic-visualiser
comparison main/PreferencesDialog.cpp @ 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 | cf8748822f4d |
children | 9d47adc3e32d |
comparison
equal
deleted
inserted
replaced
254:7d3c08e330f7 | 255:92cad26f44a1 |
---|---|
389 | 389 |
390 m_applyButton->setEnabled(false); | 390 m_applyButton->setEnabled(false); |
391 | 391 |
392 if (m_changesOnRestart) { | 392 if (m_changesOnRestart) { |
393 QMessageBox::information(this, tr("Preferences"), | 393 QMessageBox::information(this, tr("Preferences"), |
394 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.")); | 394 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>")); |
395 m_changesOnRestart = false; | 395 m_changesOnRestart = false; |
396 } | 396 } |
397 } | 397 } |
398 | 398 |
399 void | 399 void |