Author: Zero3
Date: 2009-01-31 10:13:22 +0000 (Sat, 31 Jan 2009)
New Revision: 25443

Modified:
   trunk/apps/wininstaller/src_freenethelpers/FreenetLauncher.ahk
Log:
Added ersion numbers of the tested browsers to the comments

Modified: trunk/apps/wininstaller/src_freenethelpers/FreenetLauncher.ahk
===================================================================
--- trunk/apps/wininstaller/src_freenethelpers/FreenetLauncher.ahk      
2009-01-31 02:51:23 UTC (rev 25442)
+++ trunk/apps/wininstaller/src_freenethelpers/FreenetLauncher.ahk      
2009-01-31 10:13:22 UTC (rev 25443)
@@ -68,7 +68,7 @@
 }
 
 ;
-; Try browser: Mozilla FireFox
+; Try browser: Mozilla FireFox (Tetsted versions: 3.0)
 ;
 RegRead, _FFVersion, HKEY_LOCAL_MACHINE, Software\Mozilla\Mozilla Firefox, 
CurrentVersion
 
@@ -84,7 +84,7 @@
 }
 
 ;
-; Try browser: Google Chrome (no direct registry key to where it is installed, 
so we will have to do with what we get)
+; Try browser: Google Chrome (Tested versions: 1.0.154) (no direct registry 
key to where it is installed, so we will have to do with what we get)
 ;
 RegRead, _ChromeInstallDir, HKEY_CURRENT_USER, 
Software\Microsoft\Windows\CurrentVersion\Uninstall\Google Chrome, 
InstallLocation
 
@@ -100,7 +100,7 @@
 }
 
 ;
-; Try browser: Internet Explorer
+; Try browser: Internet Explorer (Tested versions: 6.0)
 ;
 IfExist, %A_ProgramFiles%\Internet Explorer\iexplore.exe
 {

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to