git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22194
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
wxIcon( char **bits, int width=-1, int height=-1 );
wxIcon(const wxIconLocation& loc)
wxIcon( char **bits, int width=-1, int height=-1 );
wxIcon(const wxIconLocation& loc)
- : wxBitmap(loc.GetFileName(), wxBITMAP_TYPE_XPM)
+ : wxBitmap(loc.GetFileName(), wxBITMAP_TYPE_ANY)
wxIcon( char **bits, int width=-1, int height=-1 );
wxIcon(const wxIconLocation& loc)
wxIcon( char **bits, int width=-1, int height=-1 );
wxIcon(const wxIconLocation& loc)
- : wxBitmap(loc.GetFileName(), wxBITMAP_TYPE_XPM)
+ : wxBitmap(loc.GetFileName(), wxBITMAP_TYPE_ANY)
wxBitmap(filename, (wxBitmapType)type) {}
wxIcon(const wxIconLocation& loc)
wxBitmap(filename, (wxBitmapType)type) {}
wxIcon(const wxIconLocation& loc)
- : wxBitmap(loc.GetFileName(), wxBITMAP_TYPE_ICO)
+ : wxBitmap(loc.GetFileName(), wxBITMAP_TYPE_ANY)
wxIcon(const wxIconLocation& loc)
{
wxIcon(const wxIconLocation& loc)
{
- LoadFile(loc.GetFileName());
+ LoadFile(loc.GetFileName(), wxBITMAP_TYPE_ANY);
wxIcon( char **bits, int width=-1, int height=-1 );
wxIcon(const wxIconLocation& loc)
wxIcon( char **bits, int width=-1, int height=-1 );
wxIcon(const wxIconLocation& loc)
- : wxBitmap(loc.GetFileName(), wxBITMAP_TYPE_XPM)
+ : wxBitmap(loc.GetFileName(), wxBITMAP_TYPE_ANY)