[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:39:04 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=201d979
The following commit has been merged in the master branch:
commit 201d97939fa7b854393549413eb6678a6c0a5077
Author: Andreas Huggel <ahuggel at gmx.net>
Date: Sun Nov 25 14:40:18 2007 +0000
Iptc -> IPTC.
---
samples/iptceasy.cpp | 4 ++--
samples/iptcprint.cpp | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/samples/iptceasy.cpp b/samples/iptceasy.cpp
index 8544483..8b9fcbe 100644
--- a/samples/iptceasy.cpp
+++ b/samples/iptceasy.cpp
@@ -1,6 +1,6 @@
// ***************************************************************** -*- C++ -*-
// iptceasy.cpp, $Rev$
-// The quickest way to access, set or modify Iptc metadata.
+// The quickest way to access, set or modify IPTC metadata.
#include <exiv2/iptc.hpp>
#include <exiv2/image.hpp>
@@ -37,7 +37,7 @@ try {
Exiv2::Image::AutoPtr image = Exiv2::ImageFactory::open(file);
assert (image.get() != 0);
- // Set Iptc data and write it to the file
+ // Set IPTC data and write it to the file
image->setIptcData(iptcData);
image->writeMetadata();
diff --git a/samples/iptcprint.cpp b/samples/iptcprint.cpp
index 341aafa..84c918a 100644
--- a/samples/iptcprint.cpp
+++ b/samples/iptcprint.cpp
@@ -1,6 +1,6 @@
// ***************************************************************** -*- C++ -*-
// iptcprint.cpp, $Rev$
-// Sample program to print the Iptc metadata of an image
+// Sample program to print the IPTC metadata of an image
#include <exiv2/image.hpp>
#include <exiv2/iptc.hpp>
@@ -23,7 +23,7 @@ try {
Exiv2::IptcData &iptcData = image->iptcData();
if (iptcData.empty()) {
std::string error(argv[1]);
- error += ": No Iptc data found in the file";
+ error += ": No IPTC data found in the file";
throw Exiv2::Error(1, error);
}
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list