Opkman: Bug fix: Links don't work under linux. Reported by @Alextp.

git-svn-id: trunk@53745 -
This commit is contained in:
balazs 2016-12-21 05:52:07 +00:00
parent c3a54973c7
commit a55e452fad

View File

@ -1751,7 +1751,7 @@ begin
FLinkClicked := False;
FHoverColumn := -1;
FHoverNode := nil;
OpenDocument(FLink);
OpenURL(FLink);
end;
end;