Skip to content

Commit

Permalink
CQ WPX - display caller's Continent/Entity after entering callsign #239
Browse files Browse the repository at this point in the history
  • Loading branch information
w7sst committed Feb 12, 2024
1 parent 818421f commit 8f18abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Main.pas
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,7 @@ procedure TMainForm.ProcessEnter;
// This status message occurs when user presses the Enter key.
// 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 [scCwt, scFieldDay, scCQWW, scArrlDx, scIaruHf] then
if SimContest in [scCwt, scFieldDay, scWpx, scCQWW, scArrlDx, scIaruHf] then
UpdateSbar(Edit1.Text);

//no QSO in progress, send CQ
Expand Down

0 comments on commit 8f18abc

Please sign in to comment.