summaryrefslogtreecommitdiff
path: root/!NetSurf/!Boot,feb
diff options
context:
space:
mode:
authorJohn Tytgat <joty@netsurf-browser.org>2008-06-15 18:28:55 +0000
committerJohn Tytgat <joty@netsurf-browser.org>2008-06-15 18:28:55 +0000
commit1a5d650b94f737ae05cbe035285d8443cb9bf03b (patch)
tree607fbfb0b04cf9c8a2ffac07514df1228ebfdf73 /!NetSurf/!Boot,feb
parent1b57a83028262453aa35eb520667318c5d6b1140 (diff)
downloadnetsurf-1a5d650b94f737ae05cbe035285d8443cb9bf03b.tar.gz
netsurf-1a5d650b94f737ae05cbe035285d8443cb9bf03b.tar.bz2
Avoid relying on temporary selected FS, use / or Run
svn path=/trunk/netsurf/; revision=4339
Diffstat (limited to '!NetSurf/!Boot,feb')
-rw-r--r--!NetSurf/!Boot,feb6
1 files changed, 3 insertions, 3 deletions
diff --git a/!NetSurf/!Boot,feb b/!NetSurf/!Boot,feb
index 5331e1ed5..2a4a13412 100644
--- a/!NetSurf/!Boot,feb
+++ b/!NetSurf/!Boot,feb
@@ -62,9 +62,9 @@ Unset NetSurf$Sprites
| If the launch is successful, the Message_URI_MProcess is rebroadcast.
| The -nowin is required to ensure only one window is opened (this only has
| an effect if the user has configured auto window opening at startup).
-If (("<Alias$Open_URI_http>" = "") OR ("<NetSurf$ForceVars>" = "1")) Then Set Alias$Open_URI_http <NetSurf$Dir>.!Run -nowin
-If (("<Alias$Open_URI_https>" = "") OR ("<NetSurf$ForceVars>" = "1")) Then Set Alias$Open_URI_https <NetSurf$Dir>.!Run -nowin
-If (("<Alias$Open_URI_file>" = "") OR ("<NetSurf$ForceVars>" = "1")) Then Set Alias$Open_URI_file <NetSurf$Dir>.!Run -nowin
+If (("<Alias$Open_URI_http>" = "") OR ("<NetSurf$ForceVars>" = "1")) Then Set Alias$Open_URI_http /<NetSurf$Dir>.!Run -nowin
+If (("<Alias$Open_URI_https>" = "") OR ("<NetSurf$ForceVars>" = "1")) Then Set Alias$Open_URI_https /<NetSurf$Dir>.!Run -nowin
+If (("<Alias$Open_URI_file>" = "") OR ("<NetSurf$ForceVars>" = "1")) Then Set Alias$Open_URI_file /<NetSurf$Dir>.!Run -nowin
| ANT URL protocol
|