X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/155ecd4c4221d3bbc7aa93d472d11948f21d21ab..9a6aafe0039fef580ca1bfcf0e87c1ba8e2953ba:/src/common/imagall.cpp?ds=sidebyside

diff --git a/src/common/imagall.cpp b/src/common/imagall.cpp
index 060d9c78b0..87bac918c2 100644
--- a/src/common/imagall.cpp
+++ b/src/common/imagall.cpp
@@ -53,6 +53,9 @@ void wxInitAllImageHandlers()
   wxImage::AddHandler( new wxCURHandler );
   wxImage::AddHandler( new wxANIHandler );
 #endif
+#if wxUSE_TGA
+  wxImage::AddHandler( new wxTGAHandler );
+#endif
 #if wxUSE_XPM
   wxImage::AddHandler( new wxXPMHandler );
 #endif