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:
anders_k 2021-01-16 18:42:39 +00:00
parent 3e58c76935
commit 79df77fa82
2 changed files with 12 additions and 2 deletions

View file

@ -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>