Bug 738682 fixed - .onGUIEnd => un.onGUIEnd
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2554 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
d2bd8b6e57
commit
82cebbf365
1 changed files with 2 additions and 2 deletions
|
@ -162,9 +162,9 @@ Example:
|
|||
\c MessageBox MB_OK "Congrats, it's gone."
|
||||
\c FunctionEnd
|
||||
|
||||
\S3{unonguiend} .onGUIEnd
|
||||
\S3{unonguiend} un.onGUIEnd
|
||||
|
||||
This callback is called right after the installer window closes. Use it to free any user interface related plug-ins if needed.
|
||||
This callback is called right after the uninstaller window closes. Use it to free any user interface related plug-ins if needed.
|
||||
|
||||
\S3{unonuserabort} un.onUserAbort
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue