From af6951c0d392b0c61269346e9bfdc88740e6692b Mon Sep 17 00:00:00 2001 From: kichik Date: Fri, 28 May 2004 14:03:24 +0000 Subject: [PATCH] should be $R0, not $0 git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3550 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/InstallOptions/Readme.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contrib/InstallOptions/Readme.html b/Contrib/InstallOptions/Readme.html index a2894393..a604559c 100644 --- a/Contrib/InstallOptions/Readme.html +++ b/Contrib/InstallOptions/Readme.html @@ -749,7 +749,7 @@ has failed:

Function ValidateCustom ReadINIStr $R0 "$PLUGINSDIR\test.ini" "Field 1" "State" - StrCmp $0 "" 0 +3 + StrCmp $R0 "" 0 +3 MessageBox MB_ICONEXCLAMATION|MB_OK "Please enter your name." Abort