git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3433 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2004-01-29 19:34:32 +00:00
parent f5d97e7335
commit 547b40d6b5
2 changed files with 10 additions and 10 deletions

View file

@ -80,13 +80,13 @@ Examples:
\c Page instfiles
\c
\c Function skipLicense
\c MessageBox MB_YES "Do you want to skip the license page?" IDNO no
\c MessageBox MB_YESNO "Do you want to skip the license page?" IDNO no
\c Abort
\c no:
\c FunctionEnd
\c
\c Function stayInLicense
\c MessageBox MB_YES "Do you want to stay in the license page?" IDNO no
\c MessageBox MB_YESNO "Do you want to stay in the license page?" IDNO no
\c Abort
\c no:
\c FunctionEnd