From 9218b74e18c7ea46ae7a5ea14a841239287a4e09 Mon Sep 17 00:00:00 2001 From: HumanDynamo Date: Mon, 6 Feb 2012 11:58:19 +0000 Subject: [PATCH] KIPI PicasaWeb plugin store Item ID in this XMP tag when image are download/uploaded from/to web service. --- src/properties.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/properties.cpp b/src/properties.cpp index 1f4839fc..dedaf5e9 100644 --- a/src/properties.cpp +++ b/src/properties.cpp @@ -188,6 +188,7 @@ namespace Exiv2 { extern const XmpPropertyInfo xmpKipiInfo[] = { { "EnfuseInputFiles", N_("Enfuse Input Files"), "Text", xmpText, xmpExternal, N_("The list of files processed with Enfuse program through ExpoBlending tool.") }, { "EnfuseSettings", N_("Enfuse Settings"), "Text", xmpText, xmpExternal, N_("The list of Enfuse settings used to blend image stack with ExpoBlending tool.") }, + { "picasawebGPhotoId", N_("PicasaWeb Item ID"), "Text", xmpText, xmpExternal, N_("Item ID from PicasaWeb service.") }, // End of list marker { 0, 0, 0, invalidTypeId, xmpInternal, 0 } };