From c348498b2e1883a7ce2a71609ffa8664ad331082 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Wed, 13 Sep 2006 15:25:33 +0000 Subject: [PATCH] Dummy git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@297 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- wsjt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsjt.py b/wsjt.py index 9b161cb3c..64d05bd6a 100644 --- a/wsjt.py +++ b/wsjt.py @@ -1386,7 +1386,7 @@ def update(): msg1.configure(text="%6.4f %6.4f" % (samfac_in,samfac_out)) msg2.configure(text=mode.get()) - t="FrzDF:%4d" % (int(Audio.gcom2.mousedf),) + t="FreezeDF:%4d" % (int(Audio.gcom2.mousedf),) if abs(int(Audio.gcom2.mousedf))>600: msg3.configure(text=t,fg='black',bg='red') else: