From 0f10da8e0ef294e5014538a23c69d9fd0b4e997c Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Wed, 2 Nov 2016 17:57:25 +0000 Subject: [PATCH] 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 --- mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 51064447a..10a628a6c 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -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; } }