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:
Joe Taylor 2014-11-04 16:29:28 +00:00
parent c5b2fce076
commit 2520eb037b
3 changed files with 4 additions and 3 deletions

View File

@ -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);
}

View File

@ -1,4 +1,4 @@
//-------------------------------------------------------------- MainWindow
//--------------------------------------------------------------- MainWindow
#include "mainwindow.h"
#include "ui_mainwindow.h"
#include "devsetup.h"

View File

@ -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