mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-08-14 15:33:36 -04:00
UPdate the makefiles so they will compile fil4.f90
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3581 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
||||
//---------------------------------------------------------------- MainWindow
|
||||
//--------------------------------------------------------------- MainWindow
|
||||
#include "mainwindow.h"
|
||||
#include "ui_mainwindow.h"
|
||||
|
||||
@@ -1936,7 +1936,7 @@ void MainWindow::doubleClickOnCall(bool shift, bool ctrl)
|
||||
decodedtext = t1.mid(i1,i2-i1); //selected line
|
||||
|
||||
if (decodedtext.indexOf(" CQ ") > 0)
|
||||
decodedtext = decodedtext.left(36); // to remove DXCC entity and worked B4 status. TODO need a better way to do this
|
||||
decodedtext = decodedtext.left(39); // to remove DXCC entity and worked B4 status. TODO need a better way to do this
|
||||
|
||||
// if(decodedtext.indexOf("Tx")==6) return; //Ignore Tx line
|
||||
int i4=t.mid(i1).length();
|
||||
|
||||
Reference in New Issue
Block a user