X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/52b64b0a78c7f6c7994d25f6e212c715ab4404ba..76a5e5d21ee1a6230d777ce0209b2df4c6075f0f:/src/common/imagall.cpp?ds=sidebyside diff --git a/src/common/imagall.cpp b/src/common/imagall.cpp index 06435d7ea7..643688e3e6 100644 --- a/src/common/imagall.cpp +++ b/src/common/imagall.cpp @@ -56,6 +56,7 @@ void wxInitAllImageHandlers() wxImage::AddHandler( new wxXPMHandler ); #endif wxImage::AddHandler( new wxICOHandler ); + wxImage::AddHandler( new wxCURHandler ); } #endif // wxUSE_IMAGE