Skip to content

Commit

Permalink
display station info for CWOPS CWT and ARRL DX Contests (Coded by W7S…
Browse files Browse the repository at this point in the history
…ST) (#153)

- fixes #150
  • Loading branch information
w7sst committed Dec 1, 2022
2 parents 7440447 + 7bf7f6e commit 0179540
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Main.pas
Original file line number Diff line number Diff line change
Expand Up @@ -809,8 +809,10 @@ procedure TMainForm.ProcessEnter;
Exit;
end;

// Adding a contest: update status bar w/ station info.
// remember not to give a hint if exchange entry is affected by this info.
// for certain contests (e.g. ARRL Field Day), update update status bar
if SimContest in [scFieldDay] then
if SimContest in [scCwt, scFieldDay, scCQWW, scArrlDx] then
UpdateSbar(Edit1.Text);

//no QSO in progress, send CQ
Expand Down

0 comments on commit 0179540

Please sign in to comment.