summaryrefslogtreecommitdiff
path: root/XMPFiles/source/FileHandlers/UCF_Handler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'XMPFiles/source/FileHandlers/UCF_Handler.cpp')
-rw-r--r--XMPFiles/source/FileHandlers/UCF_Handler.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/XMPFiles/source/FileHandlers/UCF_Handler.cpp b/XMPFiles/source/FileHandlers/UCF_Handler.cpp
index c9f63b9..8e1e1ff 100644
--- a/XMPFiles/source/FileHandlers/UCF_Handler.cpp
+++ b/XMPFiles/source/FileHandlers/UCF_Handler.cpp
@@ -128,7 +128,9 @@ bool UCF_CheckFormat ( XMP_FileFormat format,
XMP_LitMatch( mimetype, "application/vnd.adobe.indesign-idml-package" ) || //inCopy (inDesign) IDML Document
XMP_LitMatch( mimetype, "application/vnd.adobe.incopy-package" ) || // InDesign Document
XMP_LitMatch( mimetype, "application/vnd.adobe.indesign-package" ) || // InDesign Document
-
+ XMP_LitMatch( mimetype, "application/vnd.adobe.collage" ) || //Adobe Collage
+ XMP_LitMatch( mimetype, "application/vnd.adobe.ideas" ) || //Adobe Ideas
+ XMP_LitMatch( mimetype, "application/vnd.adobe.proto" ) || //Adobe Proto
false ) // "sentinel"
// *** ==> unknown are also treated as not acceptable