From d114d2e55a4fe46af7c6f1578222ee58a5187d41 Mon Sep 17 00:00:00 2001 From: kichik Date: Fri, 24 Feb 2006 11:44:15 +0000 Subject: [PATCH] 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 --- Docs/src/ui.but | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/src/ui.but b/Docs/src/ui.but index 34b63870..21bf4d86 100644 --- a/Docs/src/ui.but +++ b/Docs/src/ui.but @@ -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"