From b11b925e11dd362ce8b2db26637d188f5c4350f7 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Mon, 3 May 2021 10:25:02 -0400 Subject: [PATCH] Use

rther than

for heading in the 'About' window. --- map65/about.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/map65/about.cpp b/map65/about.cpp index 61df66178..c05b169e2 100644 --- a/map65/about.cpp +++ b/map65/about.cpp @@ -7,9 +7,9 @@ CAboutDlg::CAboutDlg(QWidget *parent) : ui(new Ui::CAboutDlg) { ui->setupUi(this); - ui->labelTxt->setText("

" + QString {"MAP65 v" + ui->labelTxt->setText("

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


" + + " " + 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.

"