more patch #1634704 updates
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4868 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
0117e3138e
commit
e62f8b50aa
2 changed files with 6 additions and 3 deletions
|
@ -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)
|
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
|
* Added HWND and HWND2 entries to the INI file to avoid messy calculations of the correct control id
|
||||||
|
|
||||||
|
|
|
@ -510,7 +510,7 @@ navigation using arrow keys easier.</td>
|
||||||
<td class="righttable">FOCUS</td>
|
<td class="righttable">FOCUS</td>
|
||||||
<td class="righttable">Sets focus on the specified control,
|
<td class="righttable">Sets focus on the specified control,
|
||||||
instead of the first focusable control. If more than one field
|
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.</td>
|
focus.</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -850,9 +850,9 @@ FunctionEnd
|
||||||
<h2>Version history</h2>
|
<h2>Version history</h2>
|
||||||
<div>
|
<div>
|
||||||
<ul>
|
<ul>
|
||||||
<li>DLL version 2.44 (October 11th, 2005)
|
<li>DLL version 2.45 (January 23th, 2007)
|
||||||
<ul>
|
<ul>
|
||||||
<li>Added HWND and HWND2 entries to the INI file to avoid messy calculations of the correct control id</li>
|
<li>Added FOCUS flag for setting focus to a control other than the first</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue