diff --git a/WSJT-X_Users_Guide_Full.docx b/WSJT-X_Users_Guide_Full.docx new file mode 100644 index 000000000..7e13bc3f9 Binary files /dev/null and b/WSJT-X_Users_Guide_Full.docx differ diff --git a/mainwindow.cpp b/mainwindow.cpp index 7d5a16ac7..a5b4128e1 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -1451,7 +1451,7 @@ void MainWindow::guiUpdate() } QString t2=QDateTime::currentDateTimeUtc().toString("hhmm"); - if(itext==0 and w[1]==m_myCall and w.length()>=3) { + if(itext==0 and w.length()>=3 and w[1]==m_myCall) { int i1; bool ok; i1=t.toInt(&ok); diff --git a/wsjtx.iss b/wsjtx.iss index decae9f20..4190e2435 100644 --- a/wsjtx.iss +++ b/wsjtx.iss @@ -1,6 +1,6 @@ [Setup] AppName=wsjtx -AppVerName=wsjtx Version 0.9 r3151 +AppVerName=wsjtx Version 0.9 r3155 AppCopyright=Copyright (C) 2001-2013 by Joe Taylor, K1JT DefaultDirName=c:\wsjtx DefaultGroupName=wsjtx