Mercurial > hg > sonic-visualiser
diff main/MainWindow.cpp @ 79:c1318aac18d2
* Fix apparent (but not actual) failure to save session file
* Fix doofusness in FFT model (N/2 vs N/2+1) -- need to review use of
this model in spectrogram
author | Chris Cannam |
---|---|
date | Fri, 08 Dec 2006 18:17:29 +0000 |
parents | bedc7517b6e8 |
children | f4f52566e451 |
line wrap: on
line diff
--- a/main/MainWindow.cpp Fri Nov 24 16:56:15 2006 +0000 +++ b/main/MainWindow.cpp Fri Dec 08 18:17:29 2006 +0000 @@ -2619,7 +2619,7 @@ if (!saveSessionFile(path)) { QMessageBox::critical(this, tr("Failed to save file"), - tr("Session file \"%1\" could not be saved.").arg(m_sessionFile)); + tr("Session file \"%1\" could not be saved.").arg(path)); } else { setWindowTitle(tr("Sonic Visualiser: %1") .arg(QFileInfo(path).fileName()));