From c46230485acc6716116a956e9a50c98312a8ab8a Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 16 Jan 2011 00:09:37 +0000 Subject: [PATCH] Fix: Usage of firefox --- build/exe/doliwamp/rundoliwamp.bat.install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/exe/doliwamp/rundoliwamp.bat.install b/build/exe/doliwamp/rundoliwamp.bat.install index 4295cbd41e7..3792d402968 100644 --- a/build/exe/doliwamp/rundoliwamp.bat.install +++ b/build/exe/doliwamp/rundoliwamp.bat.install @@ -3,7 +3,7 @@ REM Launch Dolibarr REM --------------- REM If no lock file, we call install process -IF NOT EXIST www\dolibarr\install.lock start "WAMPBROWSER" http://localhost:WAMPAPACHEPORT/dolibarr/install/ +IF NOT EXIST www\dolibarr\install.lock start "Dolibarr into Firefox" "WAMPBROWSER" http://localhost:WAMPAPACHEPORT/dolibarr/install/ REM If lock file exists, we call home page -IF EXIST www\dolibarr\install.lock start "WAMPBROWSER" http://localhost:WAMPAPACHEPORT/dolibarr/ +IF EXIST www\dolibarr\install.lock start "Dolibarr into Firefox" "WAMPBROWSER" http://localhost:WAMPAPACHEPORT/dolibarr/