Completing documentations for installoptions

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2655 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
ramon18 2003-06-17 19:06:13 +00:00
parent 1f2a811c47
commit 2ff0e96a38
2 changed files with 2 additions and 1 deletions

View file

@ -1,9 +1,9 @@
DLL version 2.2 (6/10/2003)
* Added New control type LINK
* \r\n converts to newline in Multiline edit box
* Support for multiline edit box
* Better tab order in DirRequest and FileRequest
* Added READONLY option to text box
* Added New control type LINK
* Minor fixes
DLL version 2.1 (3/15/2003)

View file

@ -605,6 +605,7 @@ FunctionEnd
<ul>
<li>DLL version 2.2 (6/10/2003)
<ul>
<li>Added new control "link"</li>
<li>\r\n converts to newline in Multiline edit box</li>
<li>Support for multiline edit box</li>
<li>Better tab order in DirRequest and FileRequest</li>