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
This commit is contained in:
parent
16280a6389
commit
d174ef74d1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue