From 1beb5daeae55d960c5a4d0fa78ebb216be58d486 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Mon, 17 Sep 2012 20:06:51 +0000 Subject: [PATCH] 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 --- mainwindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 133462b09..3dcafa3f3 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -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) {