Skip to content

Commit

Permalink
Fix #59 - The 'Help > Web Page' now directs to the GitHub home page (#70
Browse files Browse the repository at this point in the history
)

The menu pick `Help > Web Page` now redirects to our GitHub Morse Runner
Community Edition home page.
  • Loading branch information
w7sst authored Oct 14, 2022
2 parents b6cf724 + a3a36a6 commit 88a6ff9
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 @@ -1711,7 +1711,7 @@ procedure TMainForm.VolumeSlider1Change(Sender: TObject);

procedure TMainForm.WebPage1Click(Sender: TObject);
begin
OpenWebPage('http://www.dxatlas.com/MorseRunner');
OpenWebPage('https://www.github.com/w7sst/MorseRunner#readme');
end;


Expand Down

0 comments on commit 88a6ff9

Please sign in to comment.