X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/34deb5cdfecf633d267ef22903326f86539ea38b..03ae811e42ea30bd7d627ed3368a4165c3d8d35c:/src/common/imagtiff.cpp diff --git a/src/common/imagtiff.cpp b/src/common/imagtiff.cpp index 799d8749b6..91b70afbae 100644 --- a/src/common/imagtiff.cpp +++ b/src/common/imagtiff.cpp @@ -108,6 +108,7 @@ wxTIFFHandler::wxTIFFHandler() { m_name = wxT("TIFF file"); m_extension = wxT("tif"); + m_altExtensions.Add(wxT("tiff")); m_type = wxBITMAP_TYPE_TIF; m_mime = wxT("image/tiff"); TIFFSetWarningHandler((TIFFErrorHandler) TIFFwxWarningHandler);