Fix the MAP65 "About" screen.

This commit is contained in:
Joe Taylor 2021-04-27 17:30:01 -04:00
parent 8bdaf2dccf
commit 6a4770ef96
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ CAboutDlg::CAboutDlg(QWidget *parent, QString Revision) :
{
ui->setupUi(this);
ui->labelTxt->clear();
m_Str = "<html><h2>" + m_Revision + "</h2>\n\n";
m_Str = "<html><h4>" + m_Revision + "</h4>\n\n";
m_Str += "MAP65 implements a wideband polarization-matching receiver <br>";
m_Str += "for the JT65 protocol, with a matching transmitting facility. <br>";
m_Str += "It is primarily intended for amateur radio EME communication. <br><br>";