From d174ef74d1da00a02002b388c5cc32b429120551 Mon Sep 17 00:00:00 2001 From: kichik Date: Sun, 14 Oct 2007 23:02:10 +0000 Subject: [PATCH] fixed bug #1811876 - broken ShowWindow link to MSDN git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5337 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 d26e2bf9..8c790ceb 100644 --- a/Docs/src/ui.but +++ b/Docs/src/ui.but @@ -149,7 +149,7 @@ Sets the installer to silent mode or normal mode. See \R{asilentinstall}{SilentI \c hwnd show_state -Sets the visibility of a window. Possible show_states are the same as \W{http://msdn.microsoft.com/library/en-us/winui/winui/windowsuserinterface/windowing/windows/windowreference/windowfunctions/showwindow.asp}{Windows ShowWindow} function. SW_* constants are defined in \L{../Include/WinMessages.nsh}{Include\\WinMessages.nsh}. +Sets the visibility of a window. Possible show_states are the same as \W{http://msdn2.microsoft.com/en-us/library/ms633548}{Windows ShowWindow} function. SW_* constants are defined in \L{../Include/WinMessages.nsh}{Include\\WinMessages.nsh}. \c !include WinMessages.nsh \c GetDlgItem $0 $HWNDPARENT 1