Another tweak for extra-long callsigns.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@180 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2006-04-21 20:18:51 +00:00
parent 3a6e00329f
commit 480260a03c
2 changed files with 7 additions and 5 deletions

View File

@ -15,7 +15,11 @@
+ (message(20:22).eq.' OO')) then
cok='OOO'
flip=-1.0
message=message(1:i-4)
if(message(20:22).eq.' OO') then
message=message(1:19)
else
message=message(1:i-4)
endif
endif
! if(message(1:3).eq.'ATT') nspecial=1

View File

@ -1,4 +1,4 @@
#-------------------------------------------------------------------- WSJT
#------------------------------------------------------------------- WSJT
from Tkinter import *
from tkFileDialog import *
import Pmw
@ -1392,9 +1392,7 @@ def update():
nmsg=int(Audio.gcom2.nmsg)
t=g.ftnstr(Audio.gcom2.sending)
if t[:3]=="CQ ": nsked.set(0)
t="Transmitting: "+t[:nmsg]
# t="Transmitting: "
# t="Txing: "+t[:nmsg]
t="Txing: "+t[:nmsg]
bgcolor='yellow'
if Audio.gcom2.sendingsh==1: bgcolor='#66FFFF' #Shorthand (lt blue)
if Audio.gcom2.sendingsh==-1: bgcolor='red' #Plain Text