X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c96ea65713a8dd58ae40b10718723b5c92a303e3..f47db8f0676be7807693de8bc38c4851c37f56a2:/src/common/imagall.cpp 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