example moved to Examples directory

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4521 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2006-02-23 17:54:57 +00:00
parent 7e0ba02822
commit bb93a15df6

View file

@ -567,7 +567,7 @@ selection changes. Your validation/leave function can read the
"<em>State</em>" value from the "<em>Settings</em>" 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.</td>
</tr>