mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 00:39:44 +02:00
Opkman: Fix invalid URL bug.
git-svn-id: trunk@62068 -
This commit is contained in:
parent
ea9b316ba6
commit
9236d9cb88
@ -1971,7 +1971,9 @@ begin
|
||||
FLinkClicked := False;
|
||||
FHoverColumn := -1;
|
||||
FHoverNode := nil;
|
||||
OpenURL(FLink);
|
||||
if Trim(FLink) <> '' then
|
||||
OpenURL(FLink);
|
||||
FLink := '';
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user