diff --git a/WSJT-X_Users_Guide_Full.docx b/WSJT-X_Users_Guide_Full.docx index 7e13bc3f9..699a66a92 100644 Binary files a/WSJT-X_Users_Guide_Full.docx and b/WSJT-X_Users_Guide_Full.docx differ diff --git a/mainwindow.cpp b/mainwindow.cpp index acbf49956..359f53945 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -1239,7 +1239,7 @@ void MainWindow::readFromStdout() //readFromStdout bool bQSO=abs(t.mid(22,4).toInt() - g_pWideGraph->QSOfreq()) < 10; QString t1=t.mid(0,5) + t.mid(10,4) + t.mid(15,5) + t.mid(22,4) + t.mid(32); - t1=t1.replace("\n","").mid(0,t1.length()-4); + t1=t1.replace("\n","").mid(0,t1.length()-2); QString s = "
" + t1 + "
"; if(bQSO) {