]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/imagall.cpp
some stupid attempts to make utf8 work - it doesn't, but the code does no harm and...
[wxWidgets.git] / src / common / imagall.cpp
index 4358ff45b59952c5c0010c3fec4f22fa75c059d9..ec8bf996c1e76dec1498c50a4f678cc6c8588dbb 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        imagpnm.cpp
+// Name:        imagall.cpp
 // Purpose:     wxImage access all handler
 // Author:      Sylvain Bougnoux
 // RCS-ID:      $Id$
@@ -38,6 +38,9 @@ void wxInitAllImageHandlers()
 #if wxUSE_LIBJPEG
   wxImage::AddHandler( new wxJPEGHandler );
 #endif
+#if wxUSE_LIBTIFF
+  wxImage::AddHandler( new wxTIFFHandler );
+#endif
 #if wxUSE_GIF
   wxImage::AddHandler( new wxGIFHandler );
 #endif