mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-02 14:04:55 -04:00
Fix the MAP65 "About" screen.
This commit is contained in:
+1
-1
@@ -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>";
|
||||
|
||||
Reference in New Issue
Block a user