[GRASS-SVN] r41320 - grass/branches/develbranch_6/mswindows

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Mar 7 11:23:29 EST 2010


Author: hellik
Date: 2010-03-07 11:23:29 -0500 (Sun, 07 Mar 2010)
New Revision: 41320

Modified:
   grass/branches/develbranch_6/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/develbranch_6/mswindows/GRASS-Installer.nsi
===================================================================
--- grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi	2010-03-07 16:18:23 UTC (rev 41319)
+++ grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi	2010-03-07 16:23:29 UTC (rev 41320)
@@ -338,6 +338,9 @@
 ;Installer Pages
 
 !insertmacro MUI_PAGE_WELCOME
+
+;This indented statement modify setting 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