Set ':' as the "mode character" for Q65.

This commit is contained in:
Joe Taylor
2020-12-04 15:55:03 -05:00
parent 8b9b71c894
commit 6416777278
3 changed files with 5 additions and 3 deletions
+1
View File
@@ -484,6 +484,7 @@ void DisplayText::displayTransmittedText(QString text, QString modeTx, qint32 tx
if(modeTx=="FT4") t1=" + ";
if(modeTx=="FT8") t1=" ~ ";
if(modeTx=="JT4") t1=" $ ";
if(modeTx=="Q65") t1=" : ";
if(modeTx=="JT65") t1=" # ";
if(modeTx=="MSK144") t1=" & ";
if(modeTx=="FST4") t1=" ` ";