fixed loading of icons from MIME types
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22149 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -95,7 +95,7 @@ wxIcon::wxIcon(const wxIconLocation& loc)
|
||||
}
|
||||
//else: 0 is default
|
||||
|
||||
LoadFile(fullname);
|
||||
LoadFile(fullname, wxBITMAP_TYPE_ICO);
|
||||
}
|
||||
|
||||
wxIcon::~wxIcon()
|
||||
|
Reference in New Issue
Block a user