From 9da0e22dac4d395dd4b2cb1631c23e0996be5853 Mon Sep 17 00:00:00 2001 From: kichik Date: Sat, 10 Jan 2009 21:49:14 +0000 Subject: [PATCH] wow... so many typos in one paragraph. was i drunk? git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5894 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/Modern UI 2/Readme.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Contrib/Modern UI 2/Readme.html b/Contrib/Modern UI 2/Readme.html index 6346d263..4da7811e 100644 --- a/Contrib/Modern UI 2/Readme.html +++ b/Contrib/Modern UI 2/Readme.html @@ -1090,9 +1090,9 @@ FunctionEnd

The pre function is called first and allows you to initalize variables or decide - whether the page should be skipped. Then, the shown function is called, which can - be used to customize the interface. Finally, the user input can be validated leave - function. The NSIS Users Manual provides more information about these functions.

+ whether the page should be skipped. Then, the show function is called, which can + be used to customize the interface. Finally, the user input can be validated in the + leave function. The NSIS Users Manual provides more information about these functions.

In the show function, the window handles of all controls on the page can be retrieved from a Modern UI variable. A list of the variables names is not yet available. For