SVN commit 721392 by cgilles:
kipi-plugins from trunk (KDE4) : MetadataEdit plugin is now fully ported to KDE4.
Next Stage, add a new XMP metadata Editor...
CCMAIL:
[hidden email]
CCMAIL:
[hidden email]
M +3 -3 exifcaption.cpp
--- trunk/extragear/libs/kipi-plugins/metadataedit/exifcaption.cpp #721391:721392
@@ -139,11 +139,11 @@
"This field is not limited. UTF8 encoding "
"will be used to save the text."));
- d->syncJFIFCommentCheck = new QCheckBox(i18n("Sync JFIF Comment section"), this);
d->syncHOSTCommentCheck = new QCheckBox(i18n("Sync captions entered through <b>%1</b>",
KGlobal::mainComponent().aboutData()->programName()),
this);
- d->syncIPTCCaptionCheck = new QCheckBox(i18n("Sync IPTC caption (warning: ASCII limited)"), this);
+ d->syncJFIFCommentCheck = new QCheckBox(i18n("Sync JFIF Comment section"), this); d->syncIPTCCaptionCheck = new QCheckBox(i18n("Sync IPTC caption (warning: limited to 2000 printable "
+ "Ascii characters set)"), this);
// --------------------------------------------------------
@@ -167,8 +167,8 @@
vlay->addWidget(d->copyrightEdit);
vlay->addWidget(d->userCommentCheck);
vlay->addWidget(d->userCommentEdit);
+ vlay->addWidget(d->syncHOSTCommentCheck);
vlay->addWidget(d->syncJFIFCommentCheck);
- vlay->addWidget(d->syncHOSTCommentCheck);
vlay->addWidget(d->syncIPTCCaptionCheck);
vlay->addWidget(note);
vlay->addStretch();
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel