[GRASS-SVN] r47953 - grass/trunk/mswindows
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Aug 29 14:45:39 EDT 2011
Author: mmetz
Date: 2011-08-29 11:45:39 -0700 (Mon, 29 Aug 2011)
New Revision: 47953
Modified:
grass/trunk/mswindows/GRASS-Installer.nsi
Log:
NSIS script: fix comment
Modified: grass/trunk/mswindows/GRASS-Installer.nsi
===================================================================
--- grass/trunk/mswindows/GRASS-Installer.nsi 2011-08-29 18:43:22 UTC (rev 47952)
+++ grass/trunk/mswindows/GRASS-Installer.nsi 2011-08-29 18:45:39 UTC (rev 47953)
@@ -1010,7 +1010,7 @@
SetShellVarContext all
RMDir /r "$SMPROGRAMS\${GRASS_BASE}"
- ;remove the $APPDATA\grass7\rc file
+ ;remove the $APPDATA\grass7 folder
SetShellVarContext current
RMDir /r "$APPDATA\grass7"
More information about the grass-commit
mailing list