applied patch #1634704 - FOCUS flag for InstallOptions Plugin

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4864 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2007-01-23 17:33:31 +00:00
parent bd86ee1bfc
commit 31154c4424
2 changed files with 19 additions and 4 deletions

View file

@ -507,6 +507,13 @@ create multiple groups of radio button and makes keyboard
navigation using arrow keys easier.</td>
</tr>
<tr>
<td class="righttable">FOCUS</td>
<td class="righttable">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
focus.</td>
</tr>
<tr>
<td class="righttable">NOTABSTOP</td>
<td class="righttable">Do not stop on the control when the user
pressed the Tab key. Add NOTABSTOP to all controls of a group