[Kde-imaging] extragear/libs/kipi-plugins/metadataedit
Gilles Caulier
caulier.gilles at gmail.com
Fri Oct 5 09:15:46 CEST 2007
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: digikam-devel at kde.org
CCMAIL: kde-imaging at kde.org
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();
More information about the Kde-imaging
mailing list