KIPI PicasaWeb plugin store Item ID in this XMP tag when image are download/uploaded from/to web service.

This commit is contained in:
HumanDynamo 2012-02-06 11:58:19 +00:00
parent f0132e3113
commit 9218b74e18

View File

@ -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 }
};