[GRASS-SVN] r55795 - grass/trunk/mswindows

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Apr 14 05:10:59 PDT 2013


Author: neteler
Date: 2013-04-14 05:10:59 -0700 (Sun, 14 Apr 2013)
New Revision: 55795

Modified:
   grass/trunk/mswindows/GRASS-Installer.nsi.tmpl
Log:
winGRASS installer: use standard and clear name without white space

Modified: grass/trunk/mswindows/GRASS-Installer.nsi.tmpl
===================================================================
--- grass/trunk/mswindows/GRASS-Installer.nsi.tmpl	2013-04-14 12:08:38 UTC (rev 55794)
+++ grass/trunk/mswindows/GRASS-Installer.nsi.tmpl	2013-04-14 12:10:59 UTC (rev 55795)
@@ -1,6 +1,6 @@
 ;----------------------------------------------------------------------------------------------------------------------------
 
-;GRASS Installer for Windows
+;GRASS GIS Installer for Windows
 ;Written by Marco Pasetti
 ;Updated for OSGeo4W by Colin Nielsen, Helmut Kudrnovsky, and Martin Landa
 ;Last Update: $Id$
@@ -511,7 +511,7 @@
 	;Set the GIS_DATABASE directory
 	SetShellVarContext current
 	Var /GLOBAL GIS_DATABASE	
-	StrCpy $GIS_DATABASE "$DOCUMENTS\GIS DataBase"
+	StrCpy $GIS_DATABASE "$DOCUMENTS\grassdata"
 	
 	;Create the GIS_DATABASE directory
 	CreateDirectory "$GIS_DATABASE"



More information about the grass-commit mailing list