From fd1e5863bb9b33dd65c5dd068e43445ff749fb5a Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Sun, 27 Jan 2008 15:47:25 +0000 Subject: [PATCH] - add version of libtiff in the about data - bump copyright year to 2008 svn path=/trunk/KDE/kdegraphics/okular/; revision=767231 --- generators/tiff/generator_tiff.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/generators/tiff/generator_tiff.cpp b/generators/tiff/generator_tiff.cpp index 25831bbe5..9a8595270 100644 --- a/generators/tiff/generator_tiff.cpp +++ b/generators/tiff/generator_tiff.cpp @@ -56,7 +56,8 @@ static KAboutData createAboutData() "0.1", ki18n( "A TIFF backend" ), KAboutData::License_GPL, - ki18n( "© 2006-2007 Pino Toscano" ) + ki18n( "© 2006-2008 Pino Toscano" ), + ki18nc( "This represents the libtiff version, as string with copyrights as well; can be left as-is.", "%1" ).subs( TIFFGetVersion() ) ); aboutData.addAuthor( ki18n( "Pino Toscano" ), KLocalizedString(), "pino@kde.org" ); return aboutData;