applied patch #1683189 - [InstallOptions] new control type: "line"

added VLine and HLine


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5039 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2007-04-09 10:52:45 +00:00
parent b60f5f2aa9
commit a2b1a9e178
2 changed files with 34 additions and 16 deletions

View file

@ -236,8 +236,8 @@ are "<em>Label</em>", "<em>Text</em>", "<em>Password</em>",
"<em>Combobox</em>", "<em>DropList</em>", "<em>Listbox</em>",
"<em>CheckBox</em>", "<em>RadioButton</em>",
"<em>FileRequest</em>", "<em>DirRequest</em>" "<em>Icon</em>",
"<em>Bitmap</em>", "<em>GroupBox</em>", "<em>Link</em>" or
"<em>Button</em>".<br />
"<em>Bitmap</em>", "<em>GroupBox</em>", "<em>HLine</em>",
"<em>VLine</em>", "<em>Link</em>" or "<em>Button</em>".<br />
<br />
A "<em>Label</em>" is used to display static text. (i.e. a caption
for a textbox)<br />
@ -264,6 +264,10 @@ installer icon.<br />
A "<em>Bitmap</em>" control displays a bitmap.<br />
A "<em>GroupBox</em>" control displays a frame to group
controls.<br />
A "<em>HLine</em>" control displays a horizontal line to separate
controls.<br />
A "<em>VLine</em>" control displays a vertical line to separate
controls.<br />
A "<em>Link</em>" control displays a static hot text. When the user
clicks the control the contents of <strong>State</strong> (e.g.
http://...) will be executed using ShellExecute. Alternatively