If anybody is running a "dirty" version of WSJT-X with your own patch how about 
letting us know what patch you're using and why?I'd like to think we can make 
everybody happy....and maybe somebody has something useful the rest of us could 
benefit from...
I'm running a patch the allow the logging prompt to pop up on RRR.  I prefer to 
see the same behavior no matter which side of the QSO I'm on.  Without it 
sometimes forgot to log the QSO.
de Mike W9MDB Index: 
mainwindow.cpp===================================================================---
 mainwindow.cpp      (revision 7072)+++ mainwindow.cpp      (working copy)@@ 
-145,7 +145,7 @@   bool message_is_73 (int type, QStringList const& msg_parts)  
 {     return type >= 0-      && ((type < 6 && msg_parts.contains ("73"))+      
&& ((type < 6 && (msg_parts.contains ("73") || msg_parts.contains ("RRR") ))    
       || (type == 6 && !msg_parts.filter ("73").isEmpty ()));   }
------------------------------------------------------------------------------
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to