diff options
| -rw-r--r-- | Script.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1395,7 +1395,7 @@ Menu_Adaptor({ StepSize = [<StepSize for increasing and decreasing>, <StepSize for MessageBoard input>] for Integer-Type, NoEmptyString = <Disallow setting the value to an empty string for String-Type>: true | >false<, EntryIndex = >Internal<: used for MessageBoard callbacks, - WrapAround = <Wrap around the allowed values at their limits for Integer- and Enum-Type>: true <else for Enum> | false <else for Integer>, + WrapAround = <Wrap around the allowed values at their limits for Integer- and Enum-Type>: true <default for Enum> | false <default for Integer>, Enum = <only for Enum-Type>: { Values = [<[Values according to Layout]>...], Layout = [<[Menu_Layout_*, some can be combined with &]>...], |
