changeset 3183:e16507e0fad6

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 c9e1e33d5357
children faa79d1f476d
files makeinst-script.sh
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/makeinst-script.sh
+++ b/makeinst-script.sh
@@ -67,6 +67,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