Skip to content
Commit c8422ac3 authored by Jacob Boerema's avatar Jacob Boerema
Browse files

plug-ins: fix incorrect saving of Iptc.Application2.Caption in metadata-editor.

The saved value for Iptc.Application2.Caption is copied from Xmp.dc.description.
However the last one is multiline but the former should be single line. This
caused only the first line to be saved instead of all lines.

To fix this we set Iptc.Application2.Caption to single and use a different
conversion based on whether the tags from Xmp and Iptc are both
multiline or whether Iptc is single line.

(cherry picked from commit 5d14c59d)
parent e3c57e43
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment