fixed name of internet explorer executable

git-svn-id: trunk@9416 -
This commit is contained in:
vincents 2006-06-09 21:33:14 +00:00
parent b9a1c62a21
commit c83bb3f87b
2 changed files with 2 additions and 2 deletions

View File

@ -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;
{--------------------------------------------------------------------------- {---------------------------------------------------------------------------

View File

@ -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;