X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1add55ae506f8523112895c9749187476d4ab473..6656b711088fbddc0ee8086c42d46969806d9417:/interface/artprov.h diff --git a/interface/artprov.h b/interface/artprov.h index e6e13df265..fc50474b81 100644 --- a/interface/artprov.h +++ b/interface/artprov.h @@ -178,8 +178,8 @@ public: @param size Size of the returned bitmap or wxDefaultSize if size doesn't matter. - @returns The bitmap if one of registered providers recognizes the ID or - wxNullBitmap otherwise. + @return The bitmap if one of registered providers recognizes the ID or + wxNullBitmap otherwise. */ static wxBitmap GetBitmap(const wxArtID& id, const wxArtClient& client = wxART_OTHER, @@ -212,8 +212,8 @@ public: wxArtClient identifier of the client (i.e. who is asking for the icon bundle). - @returns The icon bundle if one of registered providers recognizes the ID - or wxNullIconBundle otherwise. + @return The icon bundle if one of registered providers recognizes the ID + or wxNullIconBundle otherwise. */ static wxIconBundle GetIconBundle(const wxArtID& id, const wxArtClient& client = wxART_OTHER);