From bb93a15df659a8cb99eff4c545ff9c9b996e5942 Mon Sep 17 00:00:00 2001 From: kichik Date: Thu, 23 Feb 2006 17:54:57 +0000 Subject: [PATCH] example moved to Examples directory git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4521 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 51b3b0b4..ba114607 100644 --- a/Contrib/InstallOptions/Readme.html +++ b/Contrib/InstallOptions/Readme.html @@ -567,7 +567,7 @@ selection changes. Your validation/leave function can read the "State" value from the "Settings" section to determine which control caused the notification, if any, and perform some appropriate action followed by an Abort instruction -(to tell NSIS to return to the page). The Contrib\InstallOptions +(to tell NSIS to return to the page). The Examples\InstallOptions folder contains an example script showing how this might be used.