mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 01:28:19 +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('netscape',Browser) then exit;
|
||||
if Find('opera',Browser) then exit;
|
||||
if Find('iexplorer.exe',Browser) then exit;
|
||||
if Find('iexplore.exe',Browser) then exit;
|
||||
end;
|
||||
|
||||
{---------------------------------------------------------------------------
|
||||
|
@ -422,7 +422,7 @@ begin
|
||||
or Find('safari')
|
||||
or Find('netscape')
|
||||
or Find('opera')
|
||||
or Find('iexplorer') then ;
|
||||
or Find('iexplore') then ;
|
||||
end;
|
||||
Browser:=FDefaultBrowser;
|
||||
Params:=FDefaultBrowserParams;
|
||||
|
Loading…
Reference in New Issue
Block a user