mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-25 05:38:46 -05:00
Fix the MAP65 "About" screen.
This commit is contained in:
parent
8bdaf2dccf
commit
6a4770ef96
@ -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>";
|
||||
|
Loading…
Reference in New Issue
Block a user