From 55c534803fc222e8fea96cada9b7715763814046 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 1 Oct 2013 13:03:10 +0000 Subject: [PATCH] Fix wrong references to wxImageList description in XRC format docs. xrc_wximagelist reference didn't exist and resulted in Doxygen errors. See #15346. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74891 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/doxygen/overviews/xrc_format.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/doxygen/overviews/xrc_format.h b/docs/doxygen/overviews/xrc_format.h index 20e33d5c38..1d30b732dc 100644 --- a/docs/doxygen/overviews/xrc_format.h +++ b/docs/doxygen/overviews/xrc_format.h @@ -1166,12 +1166,12 @@ It can have the following properties (all of them optional): @row3col{bg, @ref overview_xrcformat_type_colour, The background color for the item.} @row3col{bitmap, @ref overview_xrcformat_type_bitmap, - Add a bitmap to the (normal) @ref xrc_wximagelist associated with the + Add a bitmap to the (normal) @ref overview_xrcformat_type_imagelist associated with the @ref xrc_wxlistctrl parent and associate it with this item. If the imagelist is not defined it will be created implicitly (default: none, mutually exclusive with @c image).} @row3col{bitmap-small, @ref overview_xrcformat_type_bitmap, - Add a bitmap in the 'small' @ref xrc_wximagelist associated with the + Add a bitmap in the 'small' @ref overview_xrcformat_type_imagelist associated with the @ref xrc_wxlistctrl parent and associate it with this item. If the 'small' imagelist is not defined it will be created implicitly (default: none, mutually exclusive with @c image-small).} -- 2.45.2