mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-04 08:21:17 -05:00
Correct the dates shown in "About" window.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@4581 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
c5b2fce076
commit
2520eb037b
@ -12,7 +12,7 @@ CAboutDlg::CAboutDlg(QWidget *parent, QString Revision) :
|
||||
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>";
|
||||
m_Str += "Copyright 2001-2012 by Joe Taylor, K1JT. Additional <br>";
|
||||
m_Str += "Copyright 2001-2014 by Joe Taylor, K1JT. Additional <br>";
|
||||
m_Str += "acknowledgments are contained in the source code. <br>";
|
||||
ui->labelTxt->setText(m_Str);
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
//-------------------------------------------------------------- MainWindow
|
||||
//--------------------------------------------------------------- MainWindow
|
||||
#include "mainwindow.h"
|
||||
#include "ui_mainwindow.h"
|
||||
#include "devsetup.h"
|
||||
|
@ -6,9 +6,10 @@ DefaultDirName=C:\WSJT\MAP65
|
||||
DefaultGroupName=WSJT\MAP65
|
||||
|
||||
[Files]
|
||||
Source: "C:\JTSDK-QT\map65\install\Release\bin\*"; DestDir: "{app}"
|
||||
Source: "C:\JTSDK-QT\map65\install\Release\bin\*"; DestDir: "{app}"; Excludes: kvasd.exe
|
||||
Source: "C:\JTSDK-QT\map65\install\Release\bin\platforms\qwindows.dll"; DestDir: "{app}\platforms"
|
||||
Source: "C:\JTSDK-QT\map65\install\Release\bin\save\Samples"; DestDir: "{app}\save\Samples"; Flags: recursesubdirs createallsubdirs
|
||||
Source: "C:\JTSDK-QT\src\map65\resources\*"; DestDir: "{app}"
|
||||
|
||||
[Icons]
|
||||
Name: "{group}\MAP65"; Filename: "{app}\map65.exe"; WorkingDir: {app}; IconFilename: {app}\wsjt.ico
|
||||
|
Loading…
Reference in New Issue
Block a user