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