#622: Fixed MicrosoftPhoto URI in call to RegisterNamespace.

This commit is contained in:
Andreas Huggel 2009-03-20 15:30:01 +00:00
parent f8b6281ad7
commit 096a1d169f

View File

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