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