#622: Fixed MicrosoftPhoto URI in call to RegisterNamespace.
This commit is contained in:
parent
f8b6281ad7
commit
096a1d169f
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user