Преглед изворни кода

winGRASS installer: use standard and clear name without white space

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@55795 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler пре 12 година
родитељ
комит
c145ccc89c
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      mswindows/GRASS-Installer.nsi.tmpl

+ 2 - 2
mswindows/GRASS-Installer.nsi.tmpl

@@ -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 @@ Section "GRASS" SecGRASS
 	;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"