X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6b5c2d5262df98e197736d81d8a9fe54d1932ab0..b96a14e3340e6f516d2d1b82ba09be1cacdb5ee2:/include/wx/os2/icon.h diff --git a/include/wx/os2/icon.h b/include/wx/os2/icon.h index 7ed62517f6..a67359aac8 100644 --- a/include/wx/os2/icon.h +++ b/include/wx/os2/icon.h @@ -49,7 +49,7 @@ public: wxIcon(char** ppData) { CreateIconFromXpm(wx_const_cast(const char* const*, ppData)); } #endif wxIcon( const wxString& rName - ,wxBitmapType lFlags = wxBITMAP_TYPE_ICO_RESOURCE + ,wxBitmapType lFlags = wxICON_DEFAULT_TYPE ,int nDesiredWidth = -1 ,int nDesiredHeight = -1 ); @@ -61,7 +61,7 @@ public: virtual ~wxIcon(); bool LoadFile( const wxString& rName - ,wxBitmapType lFlags = wxBITMAP_TYPE_ICO_RESOURCE + ,wxBitmapType lFlags = wxICON_DEFAULT_TYPE ,int nDesiredWidth = -1 ,int nDesiredHeight = -1 );