From e1df2c830c5ac9a479a55e2a18f1508b41783787 Mon Sep 17 00:00:00 2001 From: kichik Date: Thu, 30 Jun 2005 17:18:04 +0000 Subject: [PATCH] typos git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4142 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/ui.but | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Docs/src/ui.but b/Docs/src/ui.but index 9c745eec..81d02227 100644 --- a/Docs/src/ui.but +++ b/Docs/src/ui.but @@ -4,7 +4,7 @@ Makes the installer window visible and brings it to the top of the window list. If an application was executed that shows itself in front of the installer, a BringToFront would bring the installer back in focus. -Recent Windows versions restrict the setting of foreground windows. If the user if working with another application during installation, the user may be notifed using a different method. +Recent Windows versions restrict the setting of foreground windows. If the user is working with another application during installation, the user may be notifed using a different method. \S2{createfont} CreateFont @@ -45,7 +45,7 @@ Enables or disables mouse and keyboard input to the specified window or control. Searches for a window. Behaves like the win32 FindWindowEx(). Searches by windowclass (and/or windowtitle if specified). If windowparent or childafter are specified, the search will be restricted as such. If windowclass or windowtitle is specified as "", they will not be used for the search. If the window is not found, the user variable returned is 0. To accomplish old-style FindWindow behavior, use FindWindow with SendMessage. \c FindWindow $0 "#32770" "" $HWNDPARENT -\c FIndWindow $0 "my window class" "my window title" +\c FindWindow $0 "my window class" "my window title" \S2{getdlgitem} GetDlgItem