Update comment and change log after MSW wxIconBundle improvements

It is now possible to load icons from a bundle too.
This commit is contained in:
Vadim Zeitlin
2017-05-20 16:58:57 +02:00
parent 5353bfc963
commit f5a0893ee9
2 changed files with 2 additions and 3 deletions

View File

@@ -21,9 +21,7 @@ class WXDLLIMPEXP_FWD_BASE wxInputStream;
WX_DECLARE_EXPORTED_OBJARRAY(wxIcon, wxIconArray);
// this class can't load bitmaps of type wxBITMAP_TYPE_ICO_RESOURCE,
// if you need them, you have to load them manually and call
// wxIconCollection::AddIcon
// Load icons of multiple sizes from files or resources (MSW-only).
class WXDLLIMPEXP_CORE wxIconBundle : public wxGDIObject
{
public: