mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-25 13:48:42 -05:00
Add a G4WJS memorial to the About window.
This commit is contained in:
parent
a91dbe87be
commit
f66858a813
@ -15,7 +15,10 @@ CAboutDlg::CAboutDlg(QWidget *parent) :
|
|||||||
|
|
||||||
ui->labelTxt->setText ("<h2>" + QString {"WSJT-X v"
|
ui->labelTxt->setText ("<h2>" + QString {"WSJT-X v"
|
||||||
+ QCoreApplication::applicationVersion ()
|
+ QCoreApplication::applicationVersion ()
|
||||||
+ " " + revision ()}.simplified () + "</h2><br />"
|
+ " " + revision ()}.simplified () + "</h2>"
|
||||||
|
"<h3> In memory of G4WJS, Bill Somerville (1956-2021),<br />"
|
||||||
|
"who gave so much of himself to the WSJT project. </h3>"
|
||||||
|
|
||||||
"WSJT-X implements a number of digital modes designed for <br />"
|
"WSJT-X implements a number of digital modes designed for <br />"
|
||||||
"weak-signal Amateur Radio communication. <br /><br />"
|
"weak-signal Amateur Radio communication. <br /><br />"
|
||||||
"© 2001-2021 by Joe Taylor, K1JT, Bill Somerville, G4WJS, <br />"
|
"© 2001-2021 by Joe Taylor, K1JT, Bill Somerville, G4WJS, <br />"
|
||||||
|
Loading…
Reference in New Issue
Block a user