diff --git a/lib/decoder.f90 b/lib/decoder.f90 index fea7b2744..8e1746af4 100644 --- a/lib/decoder.f90 +++ b/lib/decoder.f90 @@ -226,10 +226,10 @@ contains write(13,1012) utc,nint(sync),snr,dt,float(freq),drift,decoded,ft 1012 format(i4.4,i4,i5,f6.1,f8.0,i4,3x,a22,' JT65',i4) call flush(6) -! write(79,3001) utc,sync,snr,dt,freq,candidates, & -! hard_min,total_min,rtt,tries,ft,min(qual,99),decoded -!3001 format(i4.4,f5.1,i4,f5.1,i5,i6,i3,i4,f6.3,i8,i2,i3,1x,a22) -! flush(79) + write(79,3001) utc,sync,snr,dt,freq,candidates, & + hard_min,total_min,rtt,tries,ft,min(qual,99),decoded +3001 format(i4.4,f5.1,i4,f5.1,i5,i6,i3,i4,f6.3,i8,i2,i3,1x,a22) + flush(79) !$omp end critical(decode_results) select type(this) diff --git a/mainwindow.cpp b/mainwindow.cpp index 39cdee4fc..61a5c70cf 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -554,7 +554,7 @@ MainWindow::MainWindow(bool multiple, QSettings * settings, QSharedMemory *shdme } #endif - auto_tx_label->setText (m_config.quick_call () ? "Tx-Enable Armed" : "Tx-Enable Disarmed"); + auto_tx_label->setText (m_config.quick_call () ? "Auto-Tx-Enable Armed" : "Auto-Tx-Enable Disarmed"); { //delete any .quit file that might have been left lying around @@ -1115,7 +1115,7 @@ void MainWindow::on_actionSettings_triggered() //Setup Dialog m_msAudioOutputBuffered); } - auto_tx_label->setText (m_config.quick_call () ? "Tx-Enable Armed" : "Tx-Enable Disarmed"); + auto_tx_label->setText (m_config.quick_call () ? "Auto-Tx-Enable Armed" : "Auto-Tx-Enable Disarmed"); displayDialFrequency (); bool b=m_config.enable_VHF_features() and (m_mode=="JT4" or m_mode=="JT65" or m_mode=="ISCAT" or m_mode=="JT9" or m_mode=="JTMSK"); @@ -3757,7 +3757,7 @@ void MainWindow::WSPR_config(bool b) m_bSimplex = true; } else { ui->decodedTextLabel->setText("UTC dB DT Freq Message"); - auto_tx_label->setText (m_config.quick_call () ? "Tx-Enable Armed" : "Tx-Enable Disarmed"); + auto_tx_label->setText (m_config.quick_call () ? "Auto-Tx-Enable Armed" : "Auto-Tx-Enable Disarmed"); m_bSimplex = false; } enable_DXCC_entity (m_config.DXCC ()); // sets text window proportions and (re)inits the logbook