X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0a98423eb038738b5c4c76c575435034ee8b7d56..7d4911333fc8fedcb8d02974394f30e4286b5a56:/interface/wx/imaglist.h?ds=sidebyside diff --git a/interface/wx/imaglist.h b/interface/wx/imaglist.h index e0b8a2d4fe..f5a4dc3203 100644 --- a/interface/wx/imaglist.h +++ b/interface/wx/imaglist.h @@ -101,7 +101,7 @@ public: matching the dimensions of the image list. This does not apply when adding icons. - @onlyfor{wxmsw,wxmac} + @onlyfor{wxmsw,wxosx} */ int Add(const wxIcon& icon); @@ -209,7 +209,7 @@ public: @remarks The original bitmap or icon is not affected by the Replace() operation, and can be deleted afterwards. - @onlyfor{wxmsw,wxmac} + @onlyfor{wxmsw,wxosx} */ bool Replace(int index, const wxIcon& icon); };