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

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Mar 7 12:00:16 EST 2010


Author: hellik
Date: 2010-03-07 12:00:15 -0500 (Sun, 07 Mar 2010)
New Revision: 41332

Modified:
   grass/branches/releasebranch_6_4/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/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi
===================================================================
--- grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi	2010-03-07 16:58:29 UTC (rev 41331)
+++ grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi	2010-03-07 17:00:15 UTC (rev 41332)
@@ -353,6 +353,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