On Friday 10 April 2009 13:05:17 Zero3 at freenetproject.org wrote:
> Author: Zero3
> Date: 2009-04-10 12:05:17 +0000 (Fri, 10 Apr 2009)
> New Revision: 26703
>
> Modified:
> trunk/apps/wininstaller/src_freenethelpers/FreenetLauncher.ahk
> Log:
> Improved Opera detection. Changed Chrome launcher code to launch fproxy in
incognito mode.
>
> Modified: trunk/apps/wininstaller/src_freenethelpers/FreenetLauncher.ahk
> ===================================================================
> --- trunk/apps/wininstaller/src_freenethelpers/FreenetLauncher.ahk
2009-04-10 11:17:52 UTC (rev 26702)
> +++ trunk/apps/wininstaller/src_freenethelpers/FreenetLauncher.ahk
2009-04-10 12:05:17 UTC (rev 26703)
> @@ -93,12 +93,12 @@
> ;
> ; Try browser: Opera (Tested versions: 9.6)
> ;
> -RegRead, _OperaInstallDir, HKEY_LOCAL_MACHINE,
Software\Microsoft\Windows\CurrentVersion\Uninstall\{1BC4026B-1957-4514-9058-2B542557F143},
InstallLocation
> +RegRead, _OperaPath, HKEY_LOCAL_MACHINE,
Software\Clients\StartMenuInternet\Opera.exe\shell\open\command
>
> -If (!ErrorLevel && _OperaInstallDir <> "")
> -{
> - _OperaPath = %_OperaInstallDir%\opera.exe
> -
> +If (!ErrorLevel && _OperaPath <> "")
> +{
> + StringReplace, _OperaPath, _OperaPath, ", , All
Eeeeek! What horrible syntax!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 835 bytes
Desc: This is a digitally signed message part.
URL:
<https://emu.freenetproject.org/pipermail/devl/attachments/20090410/b89cb547/attachment.pgp>