mirror of https://gitlab.com/basile.b/dexed.git
fix typo
This commit is contained in:
parent
e3b456e8c4
commit
54836a0667
|
@ -2124,7 +2124,7 @@ end;
|
|||
|
||||
procedure TMainForm.mnuItemManualClick(Sender: TObject);
|
||||
begin
|
||||
OpenURL('https://basile.b.gitlab.io/dexed/);
|
||||
OpenURL('https://basile.b.gitlab.io/dexed/');
|
||||
end;
|
||||
|
||||
destructor TMainForm.destroy;
|
||||
|
|
Loading…
Reference in New Issue