[GRASS-SVN] r55793 - grass/branches/releasebranch_6_4/mswindows

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Apr 14 05:06:53 PDT 2013


Author: neteler
Date: 2013-04-14 05:06:53 -0700 (Sun, 14 Apr 2013)
New Revision: 55793

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

Modified: grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi.tmpl
===================================================================
--- grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi.tmpl	2013-04-14 11:24:54 UTC (rev 55792)
+++ grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi.tmpl	2013-04-14 12:06:53 UTC (rev 55793)
@@ -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$
@@ -510,7 +510,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