From e62f8b50aa34dea0c836a71b32a0e11dee993f76 Mon Sep 17 00:00:00 2001 From: kichik Date: Tue, 23 Jan 2007 20:47:37 +0000 Subject: [PATCH] more patch #1634704 updates git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4868 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/InstallOptions/Changelog.txt | 3 +++ Contrib/InstallOptions/Readme.html | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Contrib/InstallOptions/Changelog.txt b/Contrib/InstallOptions/Changelog.txt index 75d3e35d..88e73600 100644 --- a/Contrib/InstallOptions/Changelog.txt +++ b/Contrib/InstallOptions/Changelog.txt @@ -1,3 +1,6 @@ +DLL version 2.45 (1/23/2007) +* Added FOCUS flag for setting focus to a control other than the first + DLL version 2.44 (10/11/2005) * Added HWND and HWND2 entries to the INI file to avoid messy calculations of the correct control id diff --git a/Contrib/InstallOptions/Readme.html b/Contrib/InstallOptions/Readme.html index 06a5ad16..b08edcb0 100644 --- a/Contrib/InstallOptions/Readme.html +++ b/Contrib/InstallOptions/Readme.html @@ -510,7 +510,7 @@ navigation using arrow keys easier. FOCUS Sets focus on the specified control, instead of the first focusable control. If more than one field -is specified with this flag, only the last one will receive +is specified with this flag, only the first one will receive focus. @@ -850,9 +850,9 @@ FunctionEnd

Version history