From: Owen S. Dunn Date: Tue, 1 Jun 2010 20:26:06 +0000 (+0100) Subject: Typo in Windows installer message. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=jarrg-owen.git;a=commitdiff_plain;h=87c38e513f0ebe211957e901005524f4b63acdb9;ds=sidebyside Typo in Windows installer message. --- 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