Fix a typo in wxRadioBox XRC format documentation

s/ratio/radio/
This commit is contained in:
Vadim Zeitlin 2016-07-06 18:26:54 +02:00
parent ab1ffb0c7c
commit c4d2ba1335

View File

@ -1581,7 +1581,7 @@ can also have some optional XML @em attributes (not properties!):
@beginTable
@hdr3col{attribute, type, description}
@row3col{tooltip, @ref overview_xrcformat_type_string,
Tooltip to show over this ratio button (default: none).}
Tooltip to show over this radio button (default: none).}
@row3col{helptext, @ref overview_xrcformat_type_string,
Contextual help for this radio button (default: none).}
@row3col{enabled, @ref overview_xrcformat_type_bool,