From 8786a4494ca41c0d6397a6a9818e9f2a760f8757 Mon Sep 17 00:00:00 2001 From: joostverburg Date: Wed, 27 Jun 2007 17:02:29 +0000 Subject: [PATCH] corrected LogicLib example git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5183 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/tutorial.but | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/src/tutorial.but b/Docs/src/tutorial.but index f7212606..3b7130a3 100644 --- a/Docs/src/tutorial.but +++ b/Docs/src/tutorial.but @@ -105,7 +105,7 @@ For example, checking a value of a variable without the LogicLib can be done as \c StrCmp $0 'some value' 0 +3 \c MessageBox MB_OK '$$0 is some value' \c Goto done -\c StrCmp $0 'else' 0 +3 +\c StrCmp $0 'some other value' 0 +3 \c MessageBox MB_OK '$$0 is some other value' \c Goto done \c # else