Update the "About" message.

This commit is contained in:
Joe Taylor 2022-12-10 14:15:29 -05:00
parent 9f1c616487
commit d8093cf4dc

View File

@ -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.");
}