mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-12 18:58:43 -04:00
Update the "About" message.
This commit is contained in:
+3
-4
@@ -10,10 +10,9 @@ CAboutDlg::CAboutDlg(QWidget *parent) :
|
||||
ui->labelTxt->setText("<html><h2>" + QString {"MAP65 v"
|
||||
+ QCoreApplication::applicationVersion ()
|
||||
+ " " + revision ()}.simplified () + "</h2><br />"
|
||||
"MAP65 implements a wideband polarization-matching receiver <br />"
|
||||
"for the JT65 protocol, with a matching transmitting facility. <br />"
|
||||
"It is primarily intended for amateur radio EME communication. <br /><br />"
|
||||
"Copyright 2001-2021 by Joe Taylor, K1JT. Additional <br />"
|
||||
"Q65W is a wideband receiver for the Q65 protocol, <br />"
|
||||
"intended primarily for amateur radio EME communication. <br /><br />"
|
||||
"Copyright 2001-2023 by Joe Taylor, K1JT. Additional <br />"
|
||||
"acknowledgments are contained in the source code.");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user