Clicking "Tune" button should not prompt to log QSO, even if the

selected Tx message is "73" or free text.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3239 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2013-04-28 19:48:15 +00:00
parent 8e5148e87c
commit ac60453076
1 changed files with 2 additions and 2 deletions

View File

@ -24,6 +24,7 @@ double dFreq[]={0.136,0.4742,1.838,3.578,5.357,7.078,10.130,14.078,
WideGraph* g_pWideGraph = NULL;
LogQSO* logDlg = NULL;
Rig* rig = NULL;
QTextEdit* pShortcuts;
QString rev="$Rev$";
QString Program_Title_Version=" WSJT-X v0.95, r" + rev.mid(6,4) +
@ -1125,7 +1126,6 @@ void MainWindow::on_actionSave_all_triggered() //Save All
void MainWindow::on_actionKeyboard_shortcuts_triggered()
{
QTextEdit* pShortcuts;
pShortcuts = new QTextEdit(0);
pShortcuts->setReadOnly(true);
pShortcuts->setFontPointSize(10);
@ -1549,7 +1549,7 @@ void MainWindow::guiUpdate()
m_sent73=(t=="73" or itext!=0);
if(m_sent73) {
if(m_After73) icw[0]=m_ncw;
if(m_promptToLog) logQSOTimer->start(200);
if(m_promptToLog and !m_tune) logQSOTimer->start(200);
}
if(m_idInt>0) {