don't add XPM handler in wxInitAllImageHandlers() because it had been already edited in wxImage::nitStandardHandlers()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18102 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
53c9228ead
commit
39bc7d8020
@ -55,9 +55,6 @@ void wxInitAllImageHandlers()
|
||||
#if wxUSE_IFF
|
||||
wxImage::AddHandler( new wxIFFHandler );
|
||||
#endif
|
||||
#if wxUSE_XPM
|
||||
wxImage::AddHandler( new wxXPMHandler );
|
||||
#endif
|
||||
#if wxUSE_ICO_CUR
|
||||
wxImage::AddHandler( new wxICOHandler );
|
||||
wxImage::AddHandler( new wxCURHandler );
|
||||
|
Loading…
Reference in New Issue
Block a user