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

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Mar 7 11:44:14 EST 2010


Author: hellik
Date: 2010-03-07 11:44:14 -0500 (Sun, 07 Mar 2010)
New Revision: 41328

Modified:
   grass/trunk/mswindows/GRASS-Installer.nsi
Log:
wingrass-installer improvements - part 2:
change button text on licence page of the installer
from 'I agree' to 'next'

Modified: grass/trunk/mswindows/GRASS-Installer.nsi
===================================================================
--- grass/trunk/mswindows/GRASS-Installer.nsi	2010-03-07 16:43:44 UTC (rev 41327)
+++ grass/trunk/mswindows/GRASS-Installer.nsi	2010-03-07 16:44:14 UTC (rev 41328)
@@ -337,6 +337,9 @@
 ;Installer Pages
 
 !insertmacro MUI_PAGE_WELCOME
+
+;These indented statements modify settings for MUI_PAGE_LICENSE
+    !define MUI_LICENSEPAGE_BUTTON "Next >"
 !insertmacro MUI_PAGE_LICENSE "${PACKAGE_FOLDER}\GPL.TXT"
 
 !define MUI_PAGE_CUSTOMFUNCTION_PRE CheckUpdate



More information about the grass-commit mailing list