From 87c38e513f0ebe211957e901005524f4b63acdb9 Mon Sep 17 00:00:00 2001 From: "Owen S. Dunn" Date: Tue, 1 Jun 2010 21:26:06 +0100 Subject: [PATCH] Typo in Windows installer message. --- src/winsetup.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/winsetup.nsi b/src/winsetup.nsi index 333e042..86da942 100644 --- a/src/winsetup.nsi +++ b/src/winsetup.nsi @@ -51,7 +51,7 @@ IfFileExists $YPPDIR\java 0 NoYPPJ15 Abort "YPP currently using internal Java 1.5. You will need to uninstall Puzzle Pirates and then reinstall it before rerunning this installer." NoYPPJ15: IfFileExists $YPPDIR\java_vm 0 NOYPPJ16 -Abort "YPP currently using internal Java 1.5. You will need to uninstall Puzzle Pirates and then reinstall it before rerunning this installer." +Abort "YPP currently using internal Java 1.6. You will need to uninstall Puzzle Pirates and then reinstall it before rerunning this installer." NoYPPJ16: DetailPrint "Found YPP in $YPPDIR" FunctionEnd -- 2.30.2