diff options
Diffstat (limited to 'ham/linpsk/patches/patch-af')
-rw-r--r-- | ham/linpsk/patches/patch-af | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/ham/linpsk/patches/patch-af b/ham/linpsk/patches/patch-af index 9976f57e772..c0362c49cf3 100644 --- a/ham/linpsk/patches/patch-af +++ b/ham/linpsk/patches/patch-af @@ -1,9 +1,7 @@ -$NetBSD: patch-af,v 1.1 2005/03/16 15:32:12 rillig Exp $ +$NetBSD: patch-af,v 1.2 2005/08/15 14:03:53 wulf Exp $ -Needed for g++-2.95.3. - ---- src/linpsk.cpp.orig Fri Jul 23 16:41:47 2004 -+++ src/linpsk.cpp Wed Mar 16 03:01:04 2005 +--- src/linpsk.cpp.orig 2005-03-12 03:51:20.000000000 +1030 ++++ src/linpsk.cpp 2005-08-15 07:14:45.000000000 +0930 @@ -44,6 +44,8 @@ #include <vector> @@ -13,12 +11,12 @@ Needed for g++-2.95.3. #include "controlpanel.h" #include "crxdisplay.h" #include "ctxdisplay.h" -@@ -421,7 +423,7 @@ if ( Channel->exec() != 0) - (Mode) Channel->RxMode->currentItem(), +@@ -416,7 +418,7 @@ + rxmode, Channel->TitleText->text()); - settings.ActChannel->setWindowColor(WindowColors.at(settings.RxChannels)); + settings.ActChannel->setWindowColor(at_replacement(WindowColors,settings.RxChannels)); settings.RxChannels++; - RxDisplay->RxFreq->setAFCWide(settings.ActChannel->getAFCWide()); - + RxDisplay->RxFreq->setAfcDisplayMode(settings.ActChannel->AfcProperties()); + } |