fixed bug #1432423 - section 4.9.14.8 IsWindow example incorrect

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4523 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2006-02-24 11:44:15 +00:00
parent 940af5f963
commit d114d2e55a

View file

@ -66,7 +66,7 @@ Hides the installer.
If HWND is a window, Gotos jump_if_window, otherwise, Gotos jump_if_not_window (if specified).
\c GetDlgItem $0 $HWNDPARENT 1
\c IsWindow 0 +3
\c IsWindow $0 0 +3
\c MessageBox MB_OK "found a window"
\c Goto +2
\c MessageBox MB_OK "no window"