NSE_41056
[apps/osp/Gallery.git] / src / GlThumbnailProvider.cpp
index 377ef46..fe8f230 100644 (file)
@@ -329,7 +329,10 @@ ThumbnailProvider::GetThumbnailInfoN(const ContentId& contentId) const
                        String path = pContentInfo->GetContentPath();
                        if (path.EndsWith(L"tif") != true
                                && path.EndsWith(L"tiff") != true
-                               && path.EndsWith(L"wbmp") != true)
+                               && path.EndsWith(L"wbmp") != true
+                               && path.EndsWith(L"TIF") != true
+                               && path.EndsWith(L"TIFF") != true
+                               && path.EndsWith(L"WBMP") != true)
                        {
                                pBitmap = pContentInfo->GetThumbnailN();
                        }