Reactivate the "Reference spectrum saved" message box.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7280 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2016-11-02 17:57:25 +00:00
parent 878f446b10
commit 0f10da8e0e
1 changed files with 1 additions and 1 deletions

View File

@ -1855,7 +1855,7 @@ void MainWindow::on_stopButton_clicked() //stopButton
monitor (false);
m_loopall=false;
if(m_bRefSpec) {
// MessageBox::information_message (this, tr ("Reference spectrum saved"));
MessageBox::information_message (this, tr ("Reference spectrum saved"));
m_bRefSpec=false;
}
}