From d8093cf4dc7c885e3fbfa27175acdd42bedf6114 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Sat, 10 Dec 2022 14:15:29 -0500 Subject: [PATCH] Update the "About" message. --- q65w/about.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/q65w/about.cpp b/q65w/about.cpp index c05b169e2..d77897c38 100644 --- a/q65w/about.cpp +++ b/q65w/about.cpp @@ -10,10 +10,9 @@ CAboutDlg::CAboutDlg(QWidget *parent) : ui->labelTxt->setText("

" + QString {"MAP65 v" + QCoreApplication::applicationVersion () + " " + revision ()}.simplified () + "


" - "MAP65 implements a wideband polarization-matching receiver
" - "for the JT65 protocol, with a matching transmitting facility.
" - "It is primarily intended for amateur radio EME communication.

" - "Copyright 2001-2021 by Joe Taylor, K1JT. Additional
" + "Q65W is a wideband receiver for the Q65 protocol,
" + "intended primarily for amateur radio EME communication.

" + "Copyright 2001-2023 by Joe Taylor, K1JT. Additional
" "acknowledgments are contained in the source code."); }