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
This commit is contained in:
Vadim Zeitlin
2013-10-01 13:03:10 +00:00
parent 5ca59eb82e
commit 55c534803f

View File

@@ -1166,12 +1166,12 @@ It can have the following properties (all of them optional):
@row3col{bg, @ref overview_xrcformat_type_colour, @row3col{bg, @ref overview_xrcformat_type_colour,
The background color for the item.} The background color for the item.}
@row3col{bitmap, @ref overview_xrcformat_type_bitmap, @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. @ref xrc_wxlistctrl parent and associate it with this item.
If the imagelist is not defined it will be created implicitly If the imagelist is not defined it will be created implicitly
(default: none, mutually exclusive with @c image).} (default: none, mutually exclusive with @c image).}
@row3col{bitmap-small, @ref overview_xrcformat_type_bitmap, @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. @ref xrc_wxlistctrl parent and associate it with this item.
If the 'small' imagelist is not defined it will be created implicitly If the 'small' imagelist is not defined it will be created implicitly
(default: none, mutually exclusive with @c image-small).} (default: none, mutually exclusive with @c image-small).}