Typos and spelling mistakes etc.

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2992 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
eccles 2003-10-05 11:00:47 +00:00
parent 47bc1eb92d
commit 3e659f4568
12 changed files with 40 additions and 34 deletions

View file

@ -15,7 +15,7 @@ The page order is set simply by the order \R{page}{Page}, \R{uninstpage}{UninstP
\c Page directory
\c Page instfiles
\c UninstPage uninstConfirm
\c UninstPage isntfiles
\c UninstPage instfiles
This code will tell NSIS to first show the license page, then the components selection page, then the directory selection page and finally the install log where sections are executed, just like in old installers. The uninstaller will first show the uninstall confirmation page and then the uninstallation log.
@ -129,7 +129,7 @@ Example usage:
\c LicenseText "Readme"
\c LicenseData readme.rtf
\c PageExEnd
\c
\c
\c PageEx license
\c LicenseData license.txt
\c LicenseForceSelection checkbox
@ -143,4 +143,4 @@ Ends a PageEx block.
\c ([creator_function] [leave_function]) | ([pre_function] [show_function] [leave_function])
Sets the callback functions for a page defined using \R{pageex}{PageEx}. Can only be used inside a \R{pageex}{PageEx} block. See the above sections for more information about callback functions.
Sets the callback functions for a page defined using \R{pageex}{PageEx}. Can only be used inside a \R{pageex}{PageEx} block. See the above sections for more information about callback functions.