[QGIS Commit] r15799 - trunk/qgis/ms-windows/osgeo4w

svn_qgis at osgeo.org svn_qgis at osgeo.org
Thu Apr 21 13:37:16 EDT 2011


Author: jef
Date: 2011-04-21 10:37:16 -0700 (Thu, 21 Apr 2011)
New Revision: 15799

Modified:
   trunk/qgis/ms-windows/osgeo4w/qgis.bat.tmpl
Log:
fix starting qgis_help on windows

Modified: trunk/qgis/ms-windows/osgeo4w/qgis.bat.tmpl
===================================================================
--- trunk/qgis/ms-windows/osgeo4w/qgis.bat.tmpl	2011-04-21 17:36:13 UTC (rev 15798)
+++ trunk/qgis/ms-windows/osgeo4w/qgis.bat.tmpl	2011-04-21 17:37:16 UTC (rev 15799)
@@ -5,5 +5,5 @@
 call "%OSGEO4W_ROOT%"\bin\grass-env.bat
 @echo off
 SET GDAL_DRIVER_PATH=%OSGEO4W_ROOT%\bin\gdalplugins\1.8
-path %PATH%;%GISBASE%\bin
+path %PATH%;%OSGEO4W_ROOT%\apps\@package@\bin;%GISBASE%\bin
 start "Quantum GIS" /B "%OSGEO4W_ROOT%"\apps\@package@\bin\qgis.exe %*



More information about the QGIS-commit mailing list