# HG changeset patch # User John D # Date 1466216053 14400 # Node ID 35c9886e1f604c6525841fba725ef5405ddd34d4 # Parent fcf0410f7055b8ef8e1afa8c32bfd602056ab530 nsis installer: update text for notification if no java found (Bug #48187) * tools/makeinst-script.sh.in: update messagebox text displayed when no java detected. diff -r fcf0410f7055 -r 35c9886e1f60 tools/makeinst-script.sh.in --- a/tools/makeinst-script.sh.in Wed Jun 08 13:00:11 2016 -0400 +++ b/tools/makeinst-script.sh.in Fri Jun 17 22:14:13 2016 -0400 @@ -524,7 +524,7 @@ IfErrors JRE_Error JRE_Error: - MessageBox MB_ICONEXCLAMATION|MB_YESNO "Octave includes a Java integration component, but it seems Java is not available on this system. This component requires the Java Runtime Environment from Oracle (http://www.java.com) installed on your system. Octave can work without Java available, but the Java integration component will not be functional. Installing those components without Java available might prevent Octave from working correctly. Proceed with installation anyway?" IDYES continue + MessageBox MB_ICONEXCLAMATION|MB_YESNO "Octave has the capability to call Java libraries, but the installer was unable to find a Java Runtime Environment (JRE) on this system. Octave will still function without a JRE, only certain specific functions will be disabled. If a JRE is installed later, Octave should be able to detect and use it automatically. Continue with installation?" IDYES continue Abort continue: Pop \$R1