Fix "CTRL-double-click-on-callsign" so it gets the correct S/N report.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@2588 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2012-09-17 20:06:51 +00:00
parent 6f1f404d2d
commit 1beb5daeae
1 changed files with 2 additions and 2 deletions

View File

@ -1603,7 +1603,7 @@ void MainWindow::on_txb6_clicked() //txb6
m_restart=true;
}
void MainWindow::selectCall2(bool ctrl) //selectCall2
void MainWindow::selectCall2(bool ctrl) //selectCall2
{
QString t = ui->decodedTextBrowser->toPlainText(); //Full contents
int i=ui->decodedTextBrowser->textCursor().position();
@ -1634,7 +1634,7 @@ void MainWindow::doubleClickOnCall(QString hiscall, bool ctrl)
}
ui->txFirstCheckBox->setChecked(m_txFirst);
QString rpt="";
if(ctrl) rpt=t2.mid(23,3);
if(ctrl) rpt=t2.mid(25,3);
lookup();
genStdMsgs(rpt);
if(t2.indexOf(m_myCall)>0) {