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:
Vadim Zeitlin
2003-07-20 17:21:15 +00:00
parent d9963bbb21
commit 81ba2662b1

View File

@@ -95,7 +95,7 @@ wxIcon::wxIcon(const wxIconLocation& loc)
}
//else: 0 is default
LoadFile(fullname);
LoadFile(fullname, wxBITMAP_TYPE_ICO);
}
wxIcon::~wxIcon()