mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-17 09:31:59 -05:00
Changed Actual to Measured on Options page.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@474 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
113f0bac16
commit
60dd05bf9a
2
map65.py
2
map65.py
@ -1,4 +1,4 @@
|
||||
#--------------------------------------------------------------------- MAP65
|
||||
#-------------------------------------------------------------------- MAP65
|
||||
# $Date$ $Revision$
|
||||
#
|
||||
from Tkinter import *
|
||||
|
@ -58,7 +58,7 @@ audioout=Pmw.EntryField(g1.interior(),labelpos=W,label_text='Audio Out:',
|
||||
value='0',entry_textvariable=DevoutName,entry_width=12)
|
||||
rateout=Pmw.EntryField(g1.interior(),labelpos=W,label_text='Rate Out:',
|
||||
value=1.0000,entry_textvariable=samfacout,entry_width=12)
|
||||
meas_rateout=Pmw.EntryField(g1.interior(),labelpos=W,label_text='Actual:',
|
||||
meas_rateout=Pmw.EntryField(g1.interior(),labelpos=W,label_text='Measured:',
|
||||
value=1.0000,entry_width=12)
|
||||
#widgets = (mycall, mygrid, rxdelay,txdelay,idinterval,comport,audioin,audioout)
|
||||
widgets = (mycall, mygrid,idinterval,comport,audioout,rateout,meas_rateout)
|
||||
|
Loading…
Reference in New Issue
Block a user