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