From: Vadim Zeitlin Date: Sun, 15 Jan 2012 23:28:54 +0000 (+0000) Subject: Fix wxBitmapToggleButton section name in XRC format overview. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/718dd5e340c3dbfd0d3360cab672c756413094d6?hp=accc94d55c4cd8cbf9351bd4886c25896d8d981e Fix wxBitmapToggleButton section name in XRC format overview. It mistakenly had the same name as wxToggleButton section. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70363 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/doxygen/overviews/xrc_format.h b/docs/doxygen/overviews/xrc_format.h index 1a93ebafa2..2aa8b0e321 100644 --- a/docs/doxygen/overviews/xrc_format.h +++ b/docs/doxygen/overviews/xrc_format.h @@ -607,7 +607,7 @@ Example: @endcode -@subsubsection xrc_wxtogglebuttton wxBitmapToggleButton +@subsubsection xrc_wxbitmaptogglebuttton wxBitmapToggleButton @beginTable @hdr3col{property, type, description}