diff --git a/src/msw/icon.cpp b/src/msw/icon.cpp index 74460dff34..6a7783ebf5 100644 --- a/src/msw/icon.cpp +++ b/src/msw/icon.cpp @@ -95,7 +95,7 @@ wxIcon::wxIcon(const wxIconLocation& loc) } //else: 0 is default - LoadFile(fullname); + LoadFile(fullname, wxBITMAP_TYPE_ICO); } wxIcon::~wxIcon()