mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 18:22:54 +02:00
fixed name of internet explorer executable
git-svn-id: trunk@9416 -
This commit is contained in:
parent
b9a1c62a21
commit
c83bb3f87b
@ -202,7 +202,7 @@ begin
|
|||||||
if Find('safari',Browser) then exit;
|
if Find('safari',Browser) then exit;
|
||||||
if Find('netscape',Browser) then exit;
|
if Find('netscape',Browser) then exit;
|
||||||
if Find('opera',Browser) then exit;
|
if Find('opera',Browser) then exit;
|
||||||
if Find('iexplorer.exe',Browser) then exit;
|
if Find('iexplore.exe',Browser) then exit;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{---------------------------------------------------------------------------
|
{---------------------------------------------------------------------------
|
||||||
|
@ -422,7 +422,7 @@ begin
|
|||||||
or Find('safari')
|
or Find('safari')
|
||||||
or Find('netscape')
|
or Find('netscape')
|
||||||
or Find('opera')
|
or Find('opera')
|
||||||
or Find('iexplorer') then ;
|
or Find('iexplore') then ;
|
||||||
end;
|
end;
|
||||||
Browser:=FDefaultBrowser;
|
Browser:=FDefaultBrowser;
|
||||||
Params:=FDefaultBrowserParams;
|
Params:=FDefaultBrowserParams;
|
||||||
|
Loading…
Reference in New Issue
Block a user