X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/14440cc658a50df30181d6698cae0a803a2040ba..5ecd2ba500a9783b66f0d95e9ff8d98146e18c30:/interface/wx/artprov.h?ds=inline diff --git a/interface/wx/artprov.h b/interface/wx/artprov.h index a37cbdea9e..cf2fd276ae 100644 --- a/interface/wx/artprov.h +++ b/interface/wx/artprov.h @@ -54,7 +54,7 @@ Every bitmap and icon bundle are known to wxArtProvider under an unique ID that is used when requesting a resource from it. The ID is represented by wxArtID type and can have one of these predefined values (you can see bitmaps represented by these - constants in the @ref page_samples_artprovider): + constants in the @ref page_samples_artprov):
@@ -151,7 +151,7 @@ @library{wxcore} @category{misc,data} - @see the @ref page_samples_artprovider for an example of wxArtProvider usage. + @see the @ref page_samples_artprov for an example of wxArtProvider usage. */ class wxArtProvider : public wxObject { |