X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c96ea65713a8dd58ae40b10718723b5c92a303e3..46d52925408527644d5c70e013f8f26c167ff787:/src/common/imagall.cpp?ds=sidebyside diff --git a/src/common/imagall.cpp b/src/common/imagall.cpp index 454993388a..643688e3e6 100644 --- a/src/common/imagall.cpp +++ b/src/common/imagall.cpp @@ -55,6 +55,8 @@ void wxInitAllImageHandlers() #if wxUSE_XPM wxImage::AddHandler( new wxXPMHandler ); #endif + wxImage::AddHandler( new wxICOHandler ); + wxImage::AddHandler( new wxCURHandler ); } #endif // wxUSE_IMAGE