From 54836a06676e8e53cb32f863f9129e1d5f5164ce Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Wed, 4 Mar 2020 17:22:39 +0100 Subject: [PATCH] fix typo --- src/u_main.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/u_main.pas b/src/u_main.pas index c1b643bb..1c159101 100644 --- a/src/u_main.pas +++ b/src/u_main.pas @@ -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;