X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/aaf7ab431b85d817af39d1a19b6d392ff5bd9379..b5435dccd098ae153c3b7b3b8fca8dd0d763986c:/src/msw/icon.cpp 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()