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
This commit is contained in:
Joe Taylor 2006-09-19 19:15:39 +00:00
parent c9500abcf8
commit b41fcdcfaa
3 changed files with 3 additions and 2 deletions

View File

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

View File

@ -1,4 +1,4 @@
#------------------------------------------------------------------- WSJT
#------------------------------------------------------------------ WSJT
# $Date$ $Revision$
#
from Tkinter import *

1
wsjtrc
View File

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