Armin Diehl wrote:
lcl/
currently 'iexplorer' intead of 'iexplore'


------------------------------------------------------------------------

Index: lazhelphtml.pas
===================================================================
--- lazhelphtml.pas     (revision 9415)
+++ lazhelphtml.pas     (working copy)
@@ -422,7 +422,7 @@
     or Find('safari')
     or Find('netscape')
     or Find('opera')
-    or Find('iexplorer') then ;
+    or Find('iexplore') then ;
   end;
   Browser:=FDefaultBrowser;
   Params:=FDefaultBrowserParams;


Thanks. Applied.

Vincent

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to