summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/eog-metadata-details.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/eog-metadata-details.c b/src/eog-metadata-details.c
index 52887d15..86b2ec03 100644
--- a/src/eog-metadata-details.c
+++ b/src/eog-metadata-details.c
@@ -596,13 +596,13 @@ typedef struct {
static XmpNsCategory xmp_ns_category_map[] = {
{ "Xmp.exif", XMP_CATEGORY_EXIF},
{ "Xmp.tiff", XMP_CATEGORY_EXIF},
- { "Xmp.xmp", XMP_CATEGORY_EXIF},
{ "Xmp.xmpRights", XMP_CATEGORY_RIGHTS},
+ { "Xmp.xmp", XMP_CATEGORY_EXIF},
{ "Xmp.aux", XMP_CATEGORY_EXIF},
{ "Xmp.dc", XMP_CATEGORY_IPTC},
{ "Xmp.iptc", XMP_CATEGORY_IPTC},
{ "Xmp.Iptc4xmpCore", XMP_CATEGORY_IPTC},
-/* { NS_CC, XMP_CATEGORY_RIGHTS}, */
+ { "Xmp.cc", XMP_CATEGORY_RIGHTS},
{ NULL, -1}
};