Consideration of this trivial patch to allow RRR to trigger the logging
dialog box would be much appreciated.

Index: mainwindow.cpp
@@ -72,7 +73,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 ()));
   }
 }

Mike W9MDB
------------------------------------------------------------------------------
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to