From a3aee1b15f54d31771c30e98c64cee58e2fa4d6c Mon Sep 17 00:00:00 2001 From: "honfika@gmail.com" Date: Sat, 27 Jun 2015 14:16:48 +0200 Subject: [PATCH] Message fixed in installer --- nsis_plugins/JREDyna_Inetc.nsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nsis_plugins/JREDyna_Inetc.nsh b/nsis_plugins/JREDyna_Inetc.nsh index a48ebbb8d..5e8816dee 100644 --- a/nsis_plugins/JREDyna_Inetc.nsh +++ b/nsis_plugins/JREDyna_Inetc.nsh @@ -158,7 +158,7 @@ JREPathStorage: ExitInstallJRE: Pop $1 - MessageBox MB_ABORTRETRYIGNORE|MB_ICONSTOP "Unable to install Java. You can installl it later manually.\n$\n$1" /SD IDIGNORE IDRETRY downloadJRE IDIGNORE End + MessageBox MB_ABORTRETRYIGNORE|MB_ICONSTOP "Unable to install Java. You can installl it later manually.$\n$\n$1" /SD IDIGNORE IDRETRY downloadJRE IDIGNORE End Pop $1 ; Restore $1 Pop $0 ; Restore $0 Abort