Sending this again as I didn't see any comments about..

Perhaps update the tooltip too for the logging option to mention RRR?  Might
help to educate people.

 

73

Mike W9MDB

 

From: Michael Black [mailto:[email protected]] 
Sent: Monday, May 11, 2015 10:14 AM
To: [email protected]
Subject: RRR as 73

 

Since RRR is the 73 for the CQ side this is a simple patch that allows RRR
to act the same as 73 for getting the log pop up window and advancing the
Next button.

Does this sound OK or are there other side effects?

73

Mike W9MDB

 

Index: mainwindow.cpp

===================================================================

--- mainwindow.cpp      (revision 5355)

+++ mainwindow.cpp      (working copy)

@@ -56,7 +56,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 ()));

   }

}

 

 

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
wsjt-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to