Updates to User's Guide and credits.

Locale-aware communication with Commander (needs testing).


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3519 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor
2013-08-01 14:38:35 +00:00
parent 37a598f328
commit 58e6ceff3d
4 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ CAboutDlg::CAboutDlg(QWidget *parent, QString Revision) :
m_Str += "Copyright 2001-2013 by Joe Taylor, K1JT -- with grateful <br>";
m_Str += "acknowledgment for contributions from AC6SL, AE4JY, <br>";
m_Str += "G4KLA, G4WJS, K3WYC, KA6MAL, KA9Q, PY2SDR, VK3ACF, <br>";
m_Str += "and VK4BDJ.<br>";
m_Str += "VK4BDJ, and W4TV.<br>";
ui->labelTxt->setText(m_Str);
}