From 096a1d169ff7664d61a8026197f82247e8ba3a3e Mon Sep 17 00:00:00 2001 From: Andreas Huggel Date: Fri, 20 Mar 2009 15:30:01 +0000 Subject: [PATCH] #622: Fixed MicrosoftPhoto URI in call to RegisterNamespace. --- src/xmp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xmp.cpp b/src/xmp.cpp index da9a2919..382ee363 100644 --- a/src/xmp.cpp +++ b/src/xmp.cpp @@ -377,7 +377,7 @@ namespace Exiv2 { #ifdef EXV_HAVE_XMP_TOOLKIT initialized_ = SXMPMeta::Initialize(); SXMPMeta::RegisterNamespace("http://www.digikam.org/ns/1.0/", "digiKam", 0); - SXMPMeta::RegisterNamespace("http://ns.microsoft.com/Photo/1.0/", "MicrosoftPhoto", 0); + SXMPMeta::RegisterNamespace("http://ns.microsoft.com/photo/1.0/", "MicrosoftPhoto", 0); #else initialized_ = true; #endif