summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'Doc')
-rw-r--r--Doc/make.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/make.bat b/Doc/make.bat
index 0808e0c..cff85ce 100644
--- a/Doc/make.bat
+++ b/Doc/make.bat
@@ -156,7 +156,7 @@ cmd /C %this% html
if EXIST "%BUILDDIR%\html\index.html" (
echo.Opening "%BUILDDIR%\html\index.html" in the default web browser...
- start "%BUILDDIR%\html\index.html"
+ start "" "%BUILDDIR%\html\index.html"
)
goto end