"Prompt me to log QSO" should not require "ID after 73". Fixed.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3175 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2013-04-16 00:34:17 +00:00
parent da5576ae3d
commit 2f5631e87f
1 changed files with 2 additions and 3 deletions

View File

@ -1461,9 +1461,8 @@ void MainWindow::guiUpdate()
if(w.length()==3) t=w[2];
icw[0]=0;
m_sent73=(t=="73" or itext!=0);
if(m_sent73 and m_After73) {
icw[0]=m_ncw;
// if(m_promptToLog) on_logQSOButton_clicked();
if(m_sent73) {
if(m_After73) icw[0]=m_ncw;
if(m_promptToLog) logQSOTimer->start(200);
}