Update map65.iss.

Couple of tweaks to GUI forms.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@2466 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor
2012-05-23 15:17:45 +00:00
parent ec4db5b17b
commit 291efe9a62
5 changed files with 19 additions and 21 deletions
-2
View File
@@ -19,11 +19,9 @@ bool btxok; //True if OK to transmit
double outputLatency; //Latency in seconds
qint16 id[4*60*96000];
Astro* g_pAstro = NULL;
WideGraph* g_pWideGraph = NULL;
Messages* g_pMessages = NULL;
BandMap* g_pBandMap = NULL;
QSharedMemory mem_m65("mem_m65");