]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix wrong references to wxImageList description in XRC format docs.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 1 Oct 2013 13:03:10 +0000 (13:03 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 1 Oct 2013 13:03:10 +0000 (13:03 +0000)
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

index 20e33d5c38719ea5a271367436cfdc2a9edd7efc..1d30b732dc374ec4d37a497ba63f8455de33b96a 100644 (file)
@@ -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).}