From 2520eb037bb112bc9e57a097a61c4b61afba74af Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Tue, 4 Nov 2014 16:29:28 +0000 Subject: [PATCH] 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 --- about.cpp | 2 +- mainwindow.cpp | 2 +- map65-jtsdk.iss | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/about.cpp b/about.cpp index d128e10b7..47815a617 100644 --- a/about.cpp +++ b/about.cpp @@ -12,7 +12,7 @@ CAboutDlg::CAboutDlg(QWidget *parent, QString Revision) : m_Str += "MAP65 implements a wideband polarization-matching receiver
"; m_Str += "for the JT65 protocol, with a matching transmitting facility.
"; m_Str += "It is primarily intended for amateur radio EME communication.

"; - m_Str += "Copyright 2001-2012 by Joe Taylor, K1JT. Additional
"; + m_Str += "Copyright 2001-2014 by Joe Taylor, K1JT. Additional
"; m_Str += "acknowledgments are contained in the source code.
"; ui->labelTxt->setText(m_Str); } diff --git a/mainwindow.cpp b/mainwindow.cpp index 9edd92fcb..f99c47892 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -1,4 +1,4 @@ -//-------------------------------------------------------------- MainWindow +//--------------------------------------------------------------- MainWindow #include "mainwindow.h" #include "ui_mainwindow.h" #include "devsetup.h" diff --git a/map65-jtsdk.iss b/map65-jtsdk.iss index 7020c47e2..28fa76bae 100644 --- a/map65-jtsdk.iss +++ b/map65-jtsdk.iss @@ -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