From b285b81d721bd0df9240cad3c6166d293f1405e9 Mon Sep 17 00:00:00 2001 From: Phil Taylor Date: Fri, 13 Jan 2023 21:07:55 +0000 Subject: [PATCH] Rename to IF filter width to match documentation --- wfmain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wfmain.cpp b/wfmain.cpp index f11d0ec..a57af48 100644 --- a/wfmain.cpp +++ b/wfmain.cpp @@ -6019,7 +6019,7 @@ void wfmain::receivePassband(quint16 pass) { if (passBand != (double)(pass / 1000000.0)) { passBand = (double)(pass / 1000000.0); - showStatusBarText(QString("IF Filter Passband %1 Hz").arg(pass)); + showStatusBarText(QString("IF filter width %1 Hz").arg(pass)); } }