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:
parent
940af5f963
commit
d114d2e55a
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue