Skip to content

Commit

Permalink
Corrected Discussions link
Browse files Browse the repository at this point in the history
  • Loading branch information
BazzaCuda committed Jul 8, 2023
1 parent 3edf490 commit 302e73f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FormConfig.pas
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ function TConfigForm.getStdIconIx(iconIx: integer): integer;

procedure TConfigForm.lblFeedbackClick(Sender: TObject);
begin
shellExecute(0, 'open', 'https://github.com/BazzaCuda/CustomMenu/discussions/4', '', '', SW_SHOW);
shellExecute(0, 'open', 'https://github.com/BazzaCuda/CustomMenu/discussions/', '', '', SW_SHOW);
end;

procedure TConfigForm.lblHelpClick(Sender: TObject);
Expand Down

0 comments on commit 302e73f

Please sign in to comment.