From 31bbb272b2bcefa804e582f7ab46867348e58e3b Mon Sep 17 00:00:00 2001 From: joostverburg Date: Sun, 30 Mar 2003 12:45:31 +0000 Subject: [PATCH] typo git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2399 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 77e5ca2e..3d019f57 100644 --- a/Docs/src/ui.but +++ b/Docs/src/ui.but @@ -90,4 +90,4 @@ Sets a background color for a static control, edit control, button or a dialog. \c hwnd show_state -Sets the visibilty 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}{Widnows ShowWindow} function. SW_* are defined in \W{../Include/WinMessages.NSH}{Include\\WinMessages.NSH}. \ No newline at end of file +Sets the visibilty 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 \W{../Include/WinMessages.nsh}{Include\\WinMessages.nsh}. \ No newline at end of file