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:
kichik 2003-05-16 10:05:20 +00:00
parent d2bd8b6e57
commit 82cebbf365

View file

@ -162,9 +162,9 @@ Example:
\c MessageBox MB_OK "Congrats, it's gone." \c MessageBox MB_OK "Congrats, it's gone."
\c FunctionEnd \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 \S3{unonuserabort} un.onUserAbort