From c4d2ba1335724721536971729581dac16849d9ca Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 6 Jul 2016 18:26:54 +0200 Subject: [PATCH] Fix a typo in wxRadioBox XRC format documentation s/ratio/radio/ --- docs/doxygen/overviews/xrc_format.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/doxygen/overviews/xrc_format.h b/docs/doxygen/overviews/xrc_format.h index cb9fa32b18..a6a2c7edae 100644 --- a/docs/doxygen/overviews/xrc_format.h +++ b/docs/doxygen/overviews/xrc_format.h @@ -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,