/////////////////////////////////////////////////////////////////////////////
-// Name: imagpnm.cpp
+// Name: imagall.cpp
// Purpose: wxImage access all handler
// Author: Sylvain Bougnoux
// RCS-ID: $Id$
#if wxUSE_LIBJPEG
wxImage::AddHandler( new wxJPEGHandler );
#endif
+#if wxUSE_LIBTIFF
+ wxImage::AddHandler( new wxTIFFHandler );
+#endif
#if wxUSE_GIF
wxImage::AddHandler( new wxGIFHandler );
#endif