From b41fcdcfaa71d31fd6ed0af1eab9790f469855c4 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Tue, 19 Sep 2006 19:15:39 +0000 Subject: [PATCH] Corrected statement order in short65.f. Added a line for Canvas font in wsjtrc. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@300 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- short65.f | 2 +- wsjt.py | 2 +- wsjtrc | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/short65.f b/short65.f index f389f6cfb..a166fa928 100644 --- a/short65.f +++ b/short65.f @@ -125,8 +125,8 @@ C Find strongest line in each of the 4 phases, repeating for each drift rate. 10 enddo if(nstest.eq.0) nspecialbest=0 + df4=4.0*df if(nstest.gt.0) then - df4=4.0*df if(ipk1.gt.ipk2) then ntmp=n1 diff --git a/wsjt.py b/wsjt.py index 6a8976783..f435b0896 100644 --- a/wsjt.py +++ b/wsjt.py @@ -1,4 +1,4 @@ -#------------------------------------------------------------------- WSJT +#------------------------------------------------------------------ WSJT # $Date$ $Revision$ # from Tkinter import * diff --git a/wsjtrc b/wsjtrc index 0a345509a..d9cc4d453 100644 --- a/wsjtrc +++ b/wsjtrc @@ -1,6 +1,7 @@ *font: "bitstream vera sans" 11 *Label*font: "bitstream vera sans" 11 *Text*font: "terminus" 13 +*Canvas*font: "LucidaTypewriter" 18 *background: gray85 *Text*background: white *Entry*background: white