Added FirstRadioButton and AdditionalRadioButton controls for better GROUP and TABSTOP handling
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7250 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
3e58c76935
commit
79df77fa82
2 changed files with 12 additions and 2 deletions
|
@ -238,7 +238,7 @@ Link,
|
|||
Button,
|
||||
GroupBox,
|
||||
CheckBox,
|
||||
RadioButton,
|
||||
RadioButton (FirstRadioButton and AdditionalRadioButton),
|
||||
Text,
|
||||
MLText,
|
||||
Password,
|
||||
|
@ -549,7 +549,7 @@ StrCmp $0 "" ...
|
|||
<li>${NSD_CreateButton}</li>
|
||||
<li>${NSD_CreateGroupBox}</li>
|
||||
<li>${NSD_CreateCheckBox}</li>
|
||||
<li>${NSD_CreateRadioButton}</li>
|
||||
<li>${NSD_CreateRadioButton} <small>(${NSD_CreateFirstRadioButton} and ${NSD_CreateAdditionalRadioButton})</small></li>
|
||||
<li>${NSD_CreateText}</li>
|
||||
<li>${NSD_CreateMLText}</li>
|
||||
<li>${NSD_CreatePassword}</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue