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