Author: toad
Date: 2008-05-14 13:16:40 +0000 (Wed, 14 May 2008)
New Revision: 19925

Modified:
   trunk/apps/new_installer/res/windows/browse.cmd
Log:
Don't enclose the URL in quote marks when opening it. This hopefully fixes the 
opens-a-command-prompt bug for most users.

Modified: trunk/apps/new_installer/res/windows/browse.cmd
===================================================================
--- trunk/apps/new_installer/res/windows/browse.cmd     2008-05-14 13:15:31 UTC 
(rev 19924)
+++ trunk/apps/new_installer/res/windows/browse.cmd     2008-05-14 13:16:40 UTC 
(rev 19925)
@@ -57,7 +57,7 @@
 @echo The installer was unable to locate Mozilla Firefox on your computer
 @del /f firefox.location
 @echo Trying to open "%URL%"
- at start "%URL%"
+ at start %URL%
 :end
 @del /f firefox.reg
 :realEnd


Reply via email to