changeset 3360:cbaab92e1174

makeinst-script.sh: Removed 'I Agree' in GPL license page
author Anirudha Bose <ani07nov@gmail.com>
date Thu, 25 Jul 2013 20:19:28 +0530
parents 40ae138b38a6
children 9781db518638
files makeinst-script.sh
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/makeinst-script.sh	Thu Jul 25 04:23:34 2013 +0530
+++ b/makeinst-script.sh	Thu Jul 25 20:19:28 2013 +0530
@@ -66,6 +66,8 @@
 !insertmacro MUI_PAGE_WELCOME
 
 !ifdef LICENSE_TXT
+!define MUI_LICENSEPAGE_TEXT_BOTTOM "The source code for Octave is freely redistributable under the terms of the GNU General Public License (GPL) as published by the Free Software Foundation."
+!define MUI_LICENSEPAGE_BUTTON "Next >"
 !insertmacro MUI_PAGE_LICENSE "\${LICENSE_TXT}"
 !endif