Fix help
authorminima <minima>
Tue, 22 Jun 2004 13:03:17 +0000 (13:03 +0000)
committerminima <minima>
Tue, 22 Jun 2004 13:03:17 +0000 (13:03 +0000)
use correct spotfilter

cmd/Commands_en.hlp
perl/Spot.pm

index 1f49e4ee0f2cce71220df5e6b0270b2d740ee338..1e43910b099545e2f970447537e3f13b629aa2a2 100644 (file)
@@ -2140,7 +2140,7 @@ that you have set, first.
 This command, together with ACCEPT/SPOT or REJECT/SPOT, will allow
 you to customise the spots that you receive.
 
-So if you have said: ACC/SPOT freq on hf
+So if you have said: ACC/SPOT on hf
 
 Doing a SHOW/MYDX will now only, ever, show HF spots. All the other 
 options on SH/DX can still be used.
index 72a898079617c35a7f73fabef374475b6ed895b5..3f5db145ee53c69494ee83852a46726b4f27c659 100644 (file)
@@ -233,7 +233,7 @@ sub search
                           for (\$c = \$#spots; \$c >= 0; \$c--) {
                                        \$ref = \$spots[\$c];
                                        if ($expr) {
-                           if (\$dxchan && \$dxchan->{inspotsfilter}) {
+                           if (\$dxchan && \$dxchan->{spotsfilter}) {
                             if (\@\$ref < 9) {
                                 my \@dxcc = Prefix::cty_data(\$ref->[1]);
                                 if (\@dxcc) {